GET https://staging.ktm-sturm.de/detail/df04087c73564c708f498f0c664adfee

Query Metrics

106 Database Queries
96 Different statements
87.30 ms Query time

Queries

Group similar statements

# Time Info
1 1.47 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.19 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.58 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.46 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.82 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.52 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "Reparaturkit/00062030058"
  "Reparaturkit/00062030058/"
]
7 0.84 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.47 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.44 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA"
]
10 0.39 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
11 0.69 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.53 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.28 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.34 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.32 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
16 0.35 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
17 0.27 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
18 0.19 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
19 0.48 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
20 0.65 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
21 0.68 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
22 0.35 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
23 0.32 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "RmeFbXAI1lfivnJj3R5FgDQ1APtvZ2qA"
]
24 0.30 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
25 0.50 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
26 0.46 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
27 0.57 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
28 0.23 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.63 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
30 0.23 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.38 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.24 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.20 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
34 0.80 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
35 0.44 ms
# product-detail-route::check-variant-listing-config
            SELECT
                variant_listing_config as variantListingConfig,
                parent_id as parentId
            FROM product
            WHERE id = ?
            AND version_id = ?
Parameters:
[
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
36 0.69 ms
# product-detail-route::find-best-variant::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
37 0.33 ms
# product-detail-route::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ? AND `product`.`parent_id` <=> ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  true
  false
  null
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
38 3.76 ms
# product-detail-route::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
39 0.39 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
40 25.06 ms
# product-detail-route::association::properties::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00\x0Eõƒ\e:C\f‚?ÛšMš‚¤"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x00/Çþy‚H\f´}I\f¶KËÚ"
  b"\x006²ª-%Hf³;¡½\x1D@”£"
  b"\x00;£+K½Oþƒ\f¼Ëf@&µ"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x00s¤þ«xMOì╩Sq&e¢#"
  b"\x00z\x1F¡R¯L\x13…'gü÷J$/"
  b"\x00ü¼7öıJÔâ_i█Ç╔ ▒"
  b"\x00Çt+\x06ÚCbšóÒ!Œ¢Ï¼"
  b"\x00æÑ%¨\x16DE­ž%`\x17ÝþH"
  b"\x01#(tÆøId‰-jH|ð¦ó"
  b"\x015Þ!Ø~BŸµÝ·1ŸâiÃ"
  b"\x01\x1A╩/M6®¤▄ÁÑ┼-É"
  b"\x01<$óàkJX´\x0EY0ªdöÐ"
  b"\x01<‘f‹\x0EOî\x1FVÜO\x14u€"
  b"\x01=¦^sšM¸¨‡³\x7Ft©b>"
  b"\x01R┐hÊÏHجi¬Ùé¬5\x1A"
  b"\x01_)\x00$¦HxŸf\x03À,LÙ"
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x01†÷!2¡Eb§\x1AÏe®Í]›"
  b"\x01¶›ÔvôGì–Ô7\x1D,3X6"
  b"\x01¶Õ‡dmM‘¸©Eè\x10n§V"
  b"\x01»@fs2CÄ„\x7Fñ,™Šò•"
  b"\x01\x047ı─E±Ñá{ÛìÙ▒â"
  b"\x01ÓNɼäGfí~?\x13\x01/"
  b"\x01ô»Qî\x06B²¶p’\x08äª[-"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02< ÷±ÙL╗┤▀À3HzÌì"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x02=q™Æ\x19G\x14‘\a"\x0E\x03’m"
  b"\x02Q\x14╦.@BÀàÉê;ß▄┬╦"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"\x02W\0„µAˉ\x1CI숃O\x15"
  b"\x02`_÷ÈJNí´S™Q¦1\f®"
  b"\x02\x10LhE▄Å▄ü<┌\x13½Ô"
  b"\x02ÉçÐ\x00╩MȺ\v\x0Eí‗_p"
  b"\x02±ŽëÞ›M\x05”º¹x\x1F FZ"
  b"\x02¿5”ƒ!G)—©àÄŠ8Ò¯"
  b"\x02ãnØõ¾L~É]Ïâ¯═H¤"
  b"\x02Ít\x11@xFñ┐,2├\x01+Åì"
  b"\x02Ü»·‰‘D~®d\f¶ÀÌÉ€"
  b"\x02ÜÛ"K\x1EH+·ZåÂÆ‘µ\v"
  b"\x02âºc­àL±„Ô:P ð8`"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x02ò›ár®A:š\x03\x01UB|Ïö"
  b"\x02øèñ&-@Ñ»4æ\vE=í4"
  b"\x02þÇú×AJU´¼‚‘\x01ÿé“"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x13\x01\x19i)CY‘<\x08I\x0FÚöÄ"
  b"\x03\eœþŒ’@A£\x14Fmc\t¹š"
  b"""
    \x03\x1DñøF\n
    JT¡¦Š†Ù\x12\x07N
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x03 oa3\x7FAjªIž&:´W^"
  b"\x03-r©wPL¯¸sÙ\x0FÌúhS"
  b"\x034°)Ì–A£ƒ?Ö\x15q\x01"
  b"\x038@\x13`tM\vˆ®Í\fôÁF."
  b"\x03B`òù¦JZ¡sÅüàFp«"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"\x03\x13­─NùøO¾\x16ìÉ`«"
  b"\x03}µ+¤;HA¡Ë§mýJAœ"
  b"\x03ü┌ôzîI;½2g¡┤ÔËê"
  b"\x03Öó┴\x07³KÊ╗úØþÖòûF"
  b"\x03ØÞ\x03\x00Cª║\x10xÅ¡\x0F.i"
  b"\x03ÁJþ¶┌EB¿┐Á7ü¡:ñ"
  b"\x03¹ro‹uFR…¼ÈÊXn­ÿ"
  b"\x03¾¼-uòG\x06°~\rºQaï…"
  b"\x03ÍÁ¥dHC•œ$ØWI†l\x00"
  b"\x03Ðm$;¯Iıb›cpÁ\x19ø"
  b"\x03ÛÑ\x14^µKP²l+Îñnç€"
  b"\x03Ýs·DuFÕíQØQ3fıù"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x03¯Q╔┐ìFt«¾r─|SbÖ"
  b"\x03ùÕƒŒ²CÕªbYŸ`šGP"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x047X¢…EU±r\x1A\x14„,ïÖ"
  b"\x04I\v­mJAíŠ<d;\x17x–\x12"
  b"\x04\x12¦gA€—*&k-\x1A\fÔ"
  b"\x04\x05;3F\t·k:\x00iÈSÆ"
  b"\x04dÙÞæ¸K.›")&¯¼ÿJ"
  b"\x04h¥‚N\x01DÈ­«*ÓxÕ­W"
  b"\x04qÈÖÙ\x10EjŠ\x0EÚM_v(Û"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x04ÅãqíoMÛƒÿŒÅKƒœ)"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x04ׂ\x01ùoKMŒ©¨…^±ñÛ"
  b"\x04ä*â÷ŠGÜ„°ï†¦‘£]"
  b"\x04íxÒ»ÎO#¤\x1C\x13[Ù‚\fá"
  b"\x04òEÂ\x02TAN­Ñ¥Ï\rø\x11\f"
  b"\x05\x03;$k]Fü¿LóX~©P”"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x14>¥÷ŠGû \x08«\x08’8F…"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05\x1E\x14FC¡«YW‚®¥Ùð"
  b"\x05"!Op_FÒ│è\x16ì5Ì¥È"
  b"\x05LУÐ#N^šQ±¹\t€n@"
  b"\x05Ut>ØžLÆ–µëÅcöð+"
  b"\x05l#×ý\x02H\x14üìM▒x³.\f"
  b"\x05s€d\eäO&©n—õö¨á`"
  b"\x05}\x1EȘS@G¿K0(\tú×\x11"
  b"\x05\x05é'ÑJ{“oe\x19\æ!–"
  b"\x05Ÿ{ô¡4M)¢}¶ûÏ‚\x06ü"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\x05\x19hc¥F?®\x00´ì»/Çy"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x05Ø3O\x15‡DO–U2¿HA\vÊ"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x05¨ë \x1A´IØ│%\e\x01NZ"
  b"\x06\x07\x03é9▒JëóÅ?. -¯\x01"
  b"\x06\x1F¨þÃ\vOZ²KÎ\x14\fI¦°"
  b"\x06%\x1DÓ°É@“•\x1D¡\x00ðvÂê"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x06<€˜ˆkH…Ží…„¡Ý2Æ"
  b"\x06D­­\x16ËIýò▒/iÉýqË"
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06P]Ú†áDRƒ6>!€«‰ü"
  b"\x06Y&\x06<µG%‘l\x11ÚZ\x16±6"
  b"\x06]6Å\x13iLvÉTÌ,¾÷MW"
  b"\x06ä\x0F\x7F▄Ø@oè×h'ÆXÖQ"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06“ æ“ÖK½”†¼º°ú\x11]"
  b"\x06¤ÅžŸ‚MU™,2ظ@‚v"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x06ÎV +ëA½ˆõÖ|\x00;.]"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"\x06Ý¯Ž–*F­œl\x01\x16¿ÅlN"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06ç$“ØÄI\x14ºœ¦m‰…\x01\x08"
  b"\x06­ïhÄ\x13F®ìÁ$╬\x04ýZ&"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07\x04¹Á{\x1CKŸŽ"0·\x10®žÑ"
  b"\x07"V§yàF©¿ÿ©Û¡Ü¿D"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\x070ÐW\x1D–H`¯gÛÔ)@ýú"
  b"\x07\x06PåK ›`¦cùµ¤#"
  b"\x07;®—mûA\x7F‘Øi\x1Fa¡¹k"
  b"\x07YiœT©C!«è¡Ç,J\x02\x16"
  b"\x07mÛx^ÛM\v‰¸\x13³~.¶±"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07\x05š¶8LϹ^Ê*E¢yn"
  b"\x07£§}ÂIHùìç^│$4ý¯"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\x07Â¥\tÕÍNbŽ\x04®l\x16+kV"
  b"\x07ð¡›6õLhš…\x1A\x19Æ‘^j"
  b"\x07ñzÑ®\x17Kœ†x+!xÀ“q"
  b"\x07ý‰RõwAШžfë\x1CDvµ"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x08 ÔY¼\tNwŠdÌ@–0çj"
  b"\x08+\tu\ré@ù—öß/öpyÜ"
  b"\x08=yµeˆAP°é"#i,bY"
  b"\x08FAð†SKTºL±N’Ú>ú"
  b"\x08bÈ7Òì@‰¯ëXƒ±–Óÿ"
  b"\x08‹ŸÓ”'O(¶m±‘žÃØÀ"
  b"\x08Önû\x0EÌHıì*ÌÕ?óðÄ"
  b"\x08´Gˆ—/DG‚¬-oé³\x19÷"
  b"\x08½®U\x10MMX‹Ì2F|Žp\r"
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\x08Ñ\x07'C¾@€µ\x1F’N\x12^A+"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"\t\x19D×ÖâC▀ü-░5çÎH""
  b"\t\x1CKF7©O#¶å©ïÁÀ–4"
  b"\t26\x05>TA"ü?vúÜ\x03║█"
  b"\tDp=;▀O,ÅãÔn]Y³n"
  b"\tIcC\r/G2¬Ø»¼ç\x0F"
  b"\tmO\x00årIiÇ\tº¯ÅÔ\x1Em"
  b"\t{bÌ2>BU¨?\x1DËž\x07®]"
  b"\t~EÅ(ÍKÒâíGâññ\x13Ý"
  b"\tü½ÜÀ\x06OP½u╬╦\fÉ\x1DÇ"
  b"\tµMÙsìCÍ®H\x00\x19ð-\ƒ"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\tÓÏOHÊN+§#eô¨$ç€"
  b"\tı█ß░ÀE2ìÞ%\x14Å█Èz"
  b"\tîÇ€†¯KѰÚ#\x04§>¯ƒ"
  b"\tþú´èÜN躙Ëb²Sù“"
  b"""
    \n
    \x19\x10ÃJuO5½¯)‹!ÿA×
    """
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"""
    \n
    Qžw\x03á@ľ§„¬\x17£ø>
    """
  b"""
    \n
    R•\x1C¿OKÀ‘xDÒr†Û\x18
    """
  b"""
    \n
    gª¨ö_A!§Cô>\x10rcâ
    """
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"""
    \n
    ²Œ\x1FkûCÎ’y\tñè=;ÿ
    """
  b"""
    \n
    ¾Ðd\x02‰NRŸ:W]ó\x04Ä\x07
    """
  b"""
    \n
    Æ\x03O¹¤HRŽíÍ$(ò•\x02
    """
  b"""
    \n
    \x13ß║ãL\x0Fê[ÉM|mgÜ
    """
  b"""
    \n
    ╠öHb£A┼Ørå║v=\x02·
    """
  b"\v\x00.ö;ÊK\x15§W*Ó\x0F\x04"
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\v ¦6±═AT┤º,É^±\x12á"
  b"\v3MœßVM‹‰¼{,uR\x11"
  b"\vRý┤ØÀB\x12ÀN9B:ùƒ§"
  b"\veiw8xM┬ë╦Øî}Êê\x00"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b"\vû\x15`¾ÄGÀø¾v'üÎ\x08"
  b"\v§~\x1Eq\x0FE#¡\x01ðî¿zHâ"
  b"\vÉ\x17µíÍH\t§C¸/Ô™öB"
  b"\vØ\x16W¾a@×”3\x10AX¥_…"
  b"\vûV¿\x1AvH·’þ'>[LŠ\x1C"
  b"\f\x04½õå4B\x03\r\x1Dõ°.\x16"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\f)\x189O\x01O\x18®àK•Ïó¸\r"
  b"\f-aòdÁL\┤5»Å=\x7FFo"
  b"\f=+­*êL!°ç\x0E\x0E®ô{•"
  b"\fW{„Ø€O_•I\x13·ã6-\r"
  b"\fYÝ©ÆÊK"…FĨHè±/"
  b"\fegÓ!EMf¸Zñ?-Oà\e"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\f•S0T,NÊž·ÍDzϨ¿"
  b"\f═öfü:G¾ÿ]F¸í/B>"
  b"\fÎ3ä°\x18Oǃ×\x16FWò]\x05"
  b"\fØKƒô*Aå—ËíR\x17ågÌ"
  b"\f┌ÎpÉKDÛá¾─gõJnõ"
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r\x0Ef÷DFE+│yÜ╠┬Å.$"
  b"\r\x16”\D¦DB¦\x1Dyr\x161Åb"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\r"ÿtN[F2­C\x08˺J\x05À"
  b"\r\x11ˆ-HNºÞÕ\x14>Ž!³"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\rA¦ËCRMŸ¥]\x17ýq\x16\x1D"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\rH3À’GG\v¯\x18çô9ŠŠL"
  b"\rì▄┼|FAêúÊ\x07+´▓▀\x02"
  b"\r°Ãr§ËE\x03¼\x16\r‹Ô(Æ"
  b"\r▓f^ \vKuå\x14╬ÚÞÊÅZ"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\rÍ9ßt¸F\x04û▒░ÂA\x16üö"
  b"\rç+ç= Gcµ÷²L´#’ˆ"
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"\rô®z€`HDz\x1Cwõ~¬\x11þ"
  b"\x0E\x07yÿëÖC¹€Ÿ.\x00!rW\x1C"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E1ØÕé■F/îYÙäkOGÕ"
  b"\x0EEöïƒ\x1EB?—÷\f„¢áÝÀ"
  b"\x0EJoé÷█FÂÉj¦c£\x1Aù)"
  b"\x0EJý@\x1D4O”ªh" -Ö¢÷"
  b"\x0EYãå­HId±$ÈP\x051±¡"
  b"\x0E^ ¹–°AW‹KD21\rÈ)"
  b"\x0E_µž\f\x19Bк»²ý\x1CA†ˆ"
  b"\x0Ed\x10¬§g@\f´Ä2\x01S\x12Ëh"
  b"\x0EeÌ·Û«Lô–—¹ü´Ögw"
  b"\x0EvR\x02³åG1¦‡\x14¿!ž0B"
  b"\x0E\x06 ìH¡û?Ë·¸À*f"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0Eì- \e^JlÇ»f·¿\x1F\x16ƒ"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"""
    \x0Eš¦(QoN‹£í\n
    \tĤa(
    """
  b"\x0EàŠ^ÔÞH«–[…õŒu\x15)"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0F\x06ƒåÜìM=àd,y«BÝF"
  b"\x0F\x1F\x19­ÀìOmâÆ\x0F\r]Ã[I"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x0F6fO\x01«BÀ´3‡9µ\x1Fò\x05"
  b"""
    \x0FMfA‹.O\vŽÝ¹ý­Í\n
    
    """
  b"\x0FRŠ÷4SDq”H«+ÀË-`"
  b"\x0Fi0▀┘ÄC¹ùüà║N<Ø\x05"
  b"\x0F}ÅÔÂ}MU†\x00\x1Dùè¼ÏÆ"
  b"\x0F„/é\fªC\x03ŒúD^¡Šv\x00"
  b"\x0F··eݶB‰“fòϽ\x1A§V"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x0F½:åòhHY´“+æ,§1‘"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FÙl\x12\x1C$@ໟ±7ÓÊêy"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x0F²Ì³ÕìE┤éRÏ\x17\x12¶`\x05"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10L\x16ÃA³I\x15ë▄/ÒÅ_k\x01"
  b"\x10\\x11vÅiNÞ│\f¡ÔãA\x14y"
  b"\x10iÑxÉ\x06JËÇ,ûo,┼┌r"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10öihMÛI¨ëü4▀#ÍyK"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"""
    \x10├¡\x06f╝@×╣Ïì¼}}\n
    ƒ
    """
  b"\x10Ü\tã\x11:A¤¼1“býF\v\x11"
  b"\x10Ì┐x\x15ÅBèÇøýç▄Á░\x14"
  b"\x10Þåçg\x13J´¡›CxäPcd"
  b"\x10´eïÉILƒ│Ó81½ãÚG"
  b"\x10´Í¦¹▓C\x11üº\x0E¿n0´\n"
  b"""
    \x11\n
    6\x7F´\x13J¹€\x10É\x10E\x15Õ¼
    """
  b"\x11\x184ñåÅH0ïS®KÆ-&ü"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"\x11+­éÎÌI\x0EµÅSâ6cI\x1A"
  b"\x11.ÀI¹ÅFs®+…²K\v\x12a"
  b"\x11Gêιë@\x1D„Y\x12>0ö\x18"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x11ežY+\x13H®“ÓÆ5f•Œ\x03"
  b"\x11ÁwØ│ñM3×;&¦┴á▀+"
  b"\x11¢Ìz'<A>ì\x1A╩~_└"█"
  b"\x11Öæ£èŸA¶¹˜\x08Ôæ“B¬"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x12\x13\x02├hlF█ÖÅ\x07\x06½t"
  b"\x12%y/o¸MשƷ\x11\x1F|›\f"
  b"\x12GB\Y¯Fíº2zGQ™*©"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x12g│Ƀð@Ëà\x03VÉ·[\vÄ"
  b"\x12hsÝírB/É║b\x19lc\x1F"
  b"\x12Ö\x08ìɽIVù╣ê­im*ë"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12▒ÅC\v\x18C\x1D½\x03\x1E4o║tr"
  b"\x12½ƒµÐâG\x1E€Îì5Ž\x14"
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x12õãb\x011CËŸ%\x17>nhg¤"
  b"\x12ùÓ&s4I\x14°)f\x12\x03!êŸ"
  b"\x13\x0F§ªH‡J¼¬JæHüB\x0F|"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13\x18\r\t\x068G:ŒBhܪmB>"
  b"\x137\x1Añ*•HÒ›P˜ÝÔ\x13xW"
  b"\x13Y¾¥j\x0FCš©\x1Aʘc¾ð‚"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x13“ö<gÁO\x13¸§\v\fJåk"
  b"\x13²¢ÜVGHJ´ýMi6Lî\x18"
  b"\x13³’Ï^ËE…œ]×È•£gø"
  b"\x13ºKùÂ\x18Là‡`"\x1Fq+ßX"
  b"\x13»\x1D—ª…C••ŽP™è[‡¶"
  b"\x13┼p§TìFh┤Jéü▒┌$Ú"
  b"\x13╠'´\x18■K}åKAü░Çß╣"
  b"\x13╬/k«tCb┤░ìT╠ÚLÖ"
  b"\x13Ë­\x12í.Fõè°¤\x16¢┌Å""
  b"\x13õäü>&F{ö´Éq╔─\x0Eù"
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x14\x08aºóıAWÀ\tã|5¬┴ì"
  b"\x14\v\x00È1›H=‚+\x0E)Z4<\x04"
  b"\x14(nTD-K\x10ˆÙ÷·x%½«"
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"\x14€4>\faI=Œ995ƒþuø"
  b"\x14ô®àÉÞK\eÇ­ƒ\x1AQDSâ"
  b"\x14ø\x7Fú¨rA&º├_Å>ÄeÝ"
  b"\x14£‘;\x02ùF°‹äñ\x00Ã~X\x08"
  b"\x14§Í\x07\x11xA"¬,ºKª8xÝ"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x14┬ü,=\x18EêªÖ é¯ÉÎ¥"
  b"\x14é“Ä“\x0EJν-­\x07\vU\x10Ô"
  b"\x14î±Lí"OY‚¹BXc\vg”"
  b"\x14ïÍP\x0EZH.¶›'#\x11ê‘N"
  b"\x14¶ò\x11│┬LìàÑéÃ\x02╝ý×"
  b"\x15\x14£Ù\tUDŠ®‹ô)n~{Æ"
  b"\x15\x15þ\x17ý¸@„€Y\x06ç|!žÄ"
  b"\x152ÊÞ/üL_¦9ǵè¼?\x7F"
  b"\x15f╦)▄\x10E\x1Eó¡BFÅ\x04È0"
  b"\x15góÇß_MÕ³$íèNȳÉ"
  b"\x15áò*│▄DvûAÌ▒ߨm\x1F"
  b"\x15¨\x13qÁ O´¾€eÔñ€\x18|"
  b"\x15»┴÷╬ìL*à\x04aM(ëFr"
  b"\x15°\rïÔ…G\x18”PAþ/ù;ø"
  b"\x15³¹¯FJH¹¬‘¶:Ÿ\x02"
  b"\x15Äïc/2B'£ß0œÕ–%\x19"
  b"\x15Ô\x02ÓL±E‚Œ \tEZÕ\tï"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x15â—³ŽsCi½\rpØ8ÑiB"
  b"\x15öÍ£|^OÞ°\x18\x00ó?“\x1FÈ"
  b"\x15ü\x18\x0Fy3Cã¢ô\x17ðj[çB"
  b"\x16\x17¡ØùiKã”Ì h\x04%–\x01"
  b"\x16\x1Eñ1>Þ@\x1D¶@\v¼ã4\x14ß"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x16=Šæ‹&Aó Û\x04§%:w‘"
  b"\x16P­o\x1DìA‗¼.öø7═j³"
  b"\x16Z[Wa\x17B† \x05WA0ñœI"
  b"\x16tÊHÉÛF÷ë^´&M+¨═"
  b"\x16zýÝWÅHë×\x1C7Ê|è)░"
  b"\x16Ó¸ÑÒªIx©Ë¿àÖíqò"
  b"\x16æqÙ“$@^¡†Å^?A]õ"
  b"\x16ç[|åíB+¾+@çФ\x02\x1A"
  b"\x16í>\x1DÌ0Bà¥tÏÚqI~s"
  b"\x16òï·Û;Be¥”g_á|#_"
  b"\x16¹Äı╠ìG\x1Cí,oN╔Çu'"
  b"\x17\x05\x1DáDm´ýÞ{µ\x07Á\x03"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x17\x16ï·¼ÊB¤ŒCŒŠ2Ãʨ"
  b"\x17"´L\x14NDú­7\x1D=›‡^_"
  b"\x175¶-;gF»‰\x06†J&¹É "
  b"\x17Cž*GDOi™\x15ÍšÆÖyã"
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x17o2ØlæF¥—6naµŠH "
  b"\x17î\x1Eèê6I╚▒ì«ï¾©\x1F"
  b"\x17ŽÔz›¡B¦™¿'\v\x01øß6"
  b"\x17×┬0nlD\v╝Õx ¤Hìp"
  b"\x17ƒW£Ø@Fàô?æ\x06FA¡\x03"
  b"\x17íìÛ╦)Iøú£óDÕ§`à"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x17¾¼¹\x14þO-Ÿ×ç_w”?V"
  b"""
    \x17Ä\n
    np\x16KÔ¡\x13ev¶«#{
    """
  b"\x17Þ?\x05yFC³–S0\x1C\vn"
  b"""
    \x17à•\x0F\þA‡¨y)…\n
    x>á
    """
  b"\x18\x05¥þ5gCìÑO╩Á║áÜc"
  b"\x18\x18ƒ]ÎÓE——ÿJ\x03µÐðX"
  b"\x18\x1DB´ÇïOgƒl©»+³S?"
  b"\x18<àaßlC¹ŠU>TZ*¤\v"
  b"\x18Rü█«ÇE┼Ä\x1EøòÌe.╝"
  b"\x18x%ÿ\x16¯H®½\x08\vÎ\x0EW¶Ï"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"\x18▒╝ÅѦMví:\x14"9û└\v"
  b"\x18¾J­+åBò°dO… â×›"
  b"\x18ð^r$\x13E|┐w\x0E®üµV0"
  b"\x18êR•ØG@9™¯Ë¬¶:l<"
  b"\x19\fÉ}╠­L▄©*\x17Æð¹eu"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x19qÏýØRE╩æ\x10-%luù¡"
  b"\x19 ˆjÝaK5©X÷ì\fÖÕŽ"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\x19ÑQIJ(B0¢LíH\x05Þ\x078"
  b"\x19ıë╣■êIZù╝yÛ\x00Å╔ç"
  b"\x19ÙóbɇHÆ´A\e\x00܇›\n"
  b"""
    \x19Ú¨\x0F|MOn™MÞv\n
    z˜O
    """
  b"\x19é\x0E¶Û^E‡¬Ž\x0EÛR·˜¥"
  b"\x19öÕxuåNH»Ë±\x07e²ké"
  b"\x1A\x04╔!(ØLä£┼\f_QÏÒö"
  b"\x1A\vrEi0IkŸÔÉ+ŠŒv\f"
  b"""
    \x1A\fQ’M\x13O:…\n
    ¸8|A<&
    """
  b"\x1A\x0E╦║ðªICØÁïØ\x12\tx0"
  b"""
    \x1A\x10\n
    \x13FR—F?¦¼=ÿØ
    """
  b"""
    \x1A\x14Ó\x1Cß\x05IØ \Ó¦©`\n
    5
    """
  b"""
    \x1A)\x18\x13ÁL\n
    ¼óÍ Öqíà
    """
  b"\x1AR~\fÌÝO~ïê\x1E\x07ìº:\f"
  b"\x1ASùdž¢O™»-5׸þ\x10¦"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1AÑ©Wµ¥Cdï¯\rf\O╦ü"
  b"\x1A¦ï<ìeOñ…¹bϹÁ\Ó"
  b"\x1A¨,ý\tÁ@,‹J2¥ÑXPÂ"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\x1AÐìö¥wF¾ìh\x1D\x04\x7F"
  b"""
    \x1AÕÊMö%Jª¼³\x0F£c\n
    ù§
    """
  b"\x1A‗r▒¡0O¥▓ûKü\x14,\x0E·"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b"\e(\x03S╬iLÕØîâäxAí\x06"
  b"\e4êcPÖHÂÀ╗oü═\x19ö■"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\eH!8Ý Cå½Ä\x13*WÁdW"
  b"\eNs’ÍÅK¾²ô‚Ûjal\x14"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\e™l3+8IY·q‘õªb¡í"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\eØVç\x01/Jö¯¯•ô³,Aö"
  b"\x1C\x01Ö1ÆSE\x0E ©ø%Ÿ\x17³Ã"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"\x1C\x17dÙIiNr£ÎOÁ\t¦x "
  b"\x1C\x1C\f&ÅÉ@ä‘ÕGghÿ•â"
  b"\x1C\x1D¶ÚÏÜB§¡ânÔŠŠˆ\x12"
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1CcÜ©KAH·ˆ:R\x18²\vªF"
  b"\x1Cg‚¿ýRF\x00š8\x7F×FŒ¿p"
  b"\x1C|Mîˆ\x05J; MC¡—zzÜ"
  b"\x1C…ð\x03$]A§Ž±\x15•Ù¢ò\x19"
  b"\x1C™‚ŠbÕKº’‚ ¥y÷úH"
  b"\x1C®Q\x07´òNJ­\x15tW\x17\x1A"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1DFv¬Ë¯F›ª\x0F¸Ûua\x7FÀ"
  b"\x1DLT\x19sàL&³ã%e™P"Ï"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1DŽºEÁVI\e²\x12\x1EyBîžp"
  b"\x1DÉ─\x06òB‗ƒ)ÈS\À\x12Ú"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b"\x1D´Ï\x074\fO¤‡È­šÃ:—’"
  b"\x1DÀо§\x00Cò¦Y…A\x7Fn¬9"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1DÓeUÎ^C§ìw÷ãÍ┘¨6"
  b"\x1D¾Ø¨ırB╗▒RÄmõ 7i"
  b"\x1E\x1AŸ@ØëAø¡nò²8ÉÉ5"
  b"\x1E"$l”­F½™¥`:‹£ÎJ"
  b"\x1E6ôG¨ýKcµÏ\x1Cþ\x16ulX"
  b"\x1EJh‗MîM\x10«Ç,³▓ì¤\x07"
  b"\x1EgÛC8tD\e†Æ\x11}Yôe¤"
  b"\x1E˜\x16ÌÌ1Dn©I\x18Í\x14+ƒ9"
  b"\x1Eÿ╬gEÎATÅ\x16=═:ÒÄ\f"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"\x1E├ó"╗ýI»É$®▀>■hÌ"
  b"\x1EÔ*äf¢L\x0F†Ö®’Z\x1DõL"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"\x1EáÓ»iXI+¶<š\Éûþ|"
  b"\x1E±l­;ıI└©Å_lÄÞ$Ñ"
  b"\x1Eûð:\x19´@Y¨ÕVR‘ÈQ^"
  b"\x1F\x06½\x1F>´M\t¼Nu˜zPGJ"
  b"\x1F#\v÷\x03¶N4¢¯Ýì¤\x05═n"
  b"\x1F;\x14ë?ìKÅéXÊ>‗R¿╗"
  b"\x1F;‚ðË”J¸½È\x03Ö\x04\x063\x04"
  b"\x1F\x1E\x11cI‰«ù3&÷•î¹"
  b"\x1FG┤®üdA)ÁeÂ\x1Dî'ÔF"
  b"\x1FI\rvþáD ¸Á™Ï=V\f{"
  b"\x1Fcc«\fÅJ\v\x1Aã׳2ç8"
  b"\x1FhßôL┴F█¿ı\x16\­ü¹ý"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"\x1F─WÂ\t»K╝Ép¥Ö¬Tù/"
  b"\x1FÔ\x19ÏC┼J6ɲ´▀yßIÆ"
  b"\x1Fè[Gó*F]‡ü­™_Åé\r"
  b"\x1F°\x1A\x18ïiM░»PºÐ¨jü«"
  b"\x1FýkcˆGL\x07…¢Íâqyذ"
  b"\x1FþÞwA>OÙ§L('ËàØ®"
  b" "yþÎ@D¸½ÿp,cJõÀ"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" 1\x1D┐¼ÊJPÄrç¦╣8É»"
  b" 5ís÷;CT‚§”Ý\x01\x02\x1Fo"
  b" T\eÜqtM”¦{ˆÓŠÇ\x7F"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b" mT¦Z╬C¿¥%ûJqüN£"
  b" ­•8C@LÍ®\x18ž¹ÛëÖ²"
  b" ¹XÉN–Oñ£\x1D\x04ì\x1C÷n?"
  b" ¾qcà¸N\r¾ØVŽ‚:\x06f"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b" ÷33║üBMƒW\x06Ó+C q"
  b" ÿä\x01\x0EsJU©ÔÒn&c¾I"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b"!JûNþDO\x0FŒ\x0Fý@%çJ\x03"
  b"!N6² {L‘…>‹x»rnÌ"
  b"""
    !Z\rK\x16úA9ŠP\x1AN\n
    /\x10T
    """
  b"!^”\x1CaåGOº:¥\x07ý¦Ao"
  b"!c\{à{M6€¥à;'½€Å"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b"!zt\x10│ÏBÖ│àÈ70\x0EØ╗"
  b"\x0E\x16Ø(COíö\x13\x11^ï]¾"
  b"""
    !‡«oehL\x15\x13'\x04\n
    \rþ€
    """
  b"!ù┘ãMäC¾║fØìaê9Â"
  b"!Ø└6¼▒K╚ñ0Þ-7\x04╩³"
  b"!▒gS¼\x05K#Øf\r#9ÁvÑ"
  b"!ÌNáSÜLÄ•hB=¿+ŠS"
  b"\x17Ô\x1C±N€ƒÃè\x1A"‰ðú"
  b"!ã‰P(œGÔ¹méøUÌÀØ"
  b"!ö×\x04Ú»A7¯*ÔjV§wÊ"
  b""\x03珵K¸ç╗╔ýþ\┘¶"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b""\x1A™£¯æFÉ…¼qµö*wƒ"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b""E‹8x.IK¬çýTõ¹óx"
  b""i?8«<I\x17╗¬ú■æ┤?Å"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""pA‡Æ.J7žNm\x06\x041Lý"
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b""Œæ[öÅGò¼ˆ \\x1E­³Ž"
  b""°ðç"sA‡ƒvXô\rñJ…"
  b""├ºÔ~ïGîû└Ø┼!¤.\x08"
  b""ÓxvbÅIIªõ\x14üŽLà,"
  b"\x1E-ZÕG>¶4˜\x1C×\x1Dߨ"
  b""öíS×ÉC\x11¨ºÝiµµ-~"
  b""üM!H&Lç‘db¶$›°Ð"
  b"#\x03³╚n2B╠«ì,█0(g¸"
  b"#\f]ïÃ\x17D™–†î›Š£†Í"
  b"#\e@\x19\x11‚M©¦N1CÜ[Kb"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#H˜´ KGdzt­­¹Ì!¯"
  b"#[Ð\x02°ÁIû¢”\tÜæÏP1"
  b"#bâÅô\vE/×■þ\x1EP'ıL"
  b"#md´`.DÄ’\x13ÚÔ¸ntË"
  b"#oÿ|.1L\x05½°¦ìE^µ\x01"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#çÉy\x7F¼J‗╗\x1AÝwT\v╚Ç"
  b"#è³,àiOóíØÙB┘\x12b`"
  b"\x02È\x13\x02K¼Ö▀┌LR?!ó"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#—s\x07fŽC\x03¢Fè]ßB—P"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"#║¤Ý?}JfØMTW¤ñ«4"
  b"#¼ùk¶COHƒÝý¶gú.È"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"#Õ…xƒšG~¯Ü­\x13\x12¼y±"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"#┌\x1E⢡HÏÇìërõàıý"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$\x14╚/j:J\x19üõ&`¸├\x17Q"
  b"$\x1FyGª╚D├æ#±╗\x08øÅ\x1C"
  b"$1ú\x1E—7Cu™f‚\x0E§à"["
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"$6.¿œ’L*‡”hÎ\x0E3e\x13"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$7«u‡\x19In¶§Û\f„Òá\x0E"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$P}ú8£J\x00‚®éí§ºÎ#"
  b"$_„\x07Â\x19Oì°Ó(îCG%¼"
  b"$v\x18┴©\x17M%É[ÓAÍ│,\x0F"
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"$¿ıXƒßD;É┬-¨ìø╝ô"
  b"$¶µãÁÒOè‚å¾\x00š¾*C"
  b"$¥s■\x0FÕK#ª¼¥ì%u¿é"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"""
    \x14œ®1F\x1C§á\n
    ¿ŽÛQt
    """
  b"$õÉÓü¡F8ä\x190nðÖÁ¯"
  b"$èÄòÄdDÌ•\x1CVù~î\x1F\x1C"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"%Rëq6îC¿ë▓Ñê\vfì╣"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"% C8sSGg‹\vB?éþp„"
  b"%Ι†²>Bí‰v"÷˜±xX"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"%ÙñXÆ\x13Jw¦Ö‚õ_ë^é"
  b"%¦‗,¦╔C-×.Ã╝mìÀr"
  b"""
    \x10­^ºA\n
    ¡×,\x05¬2æn
    """
  b"""
    &\n
    Å\x0Eò/K┘á¹9óU▓^Í
    """
  b"&&yÂC±NîŽ4jfQÉÿ¶"
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"&;–ˆ©*BÞ‚­_¸›<óË"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&D¯—Á\rMѱŽ\x00ð\x08R¨E"
  b"&\ãa­,FÄú¨:É─╝¹▀"
  b"&cÅé÷ÏKVá\r#A\x0EïZı"
  b"""
    &jì]\x08ôE©¨úü\n
    þ¿åñ
    """
  b"&yªâ_´J¬…”@\x0Fú2\x12H"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"""
    &”^CüáF\n
    Ÿ1tÌÏ^]=
    """
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"&®å\x06\x1F2E§Š5\v¹\rÆüÛ"
  b"&·£šŒáI\x03»vD\x7FÛ»º›"
  b"&¼tü~ C\e°¸Ð\x14\x12K\x06S"
  b"&À}¢Ï)@µ“Ö"˜Á®Ãx"
  b"&╦gg█ïM▒®ðàü§#░\x08"
  b"&¾ö4¡üJÑ¿b´¸\x11?╝¨"
  b"'\x08“\™wGó•g¡6)å&,"
  b"'\r6HU)D&ºÝÈÆ_\°/"
  b"""
    '\x11\n
    óÑ]K Ø\t}Pu¦\─
    """
  b"'J,\x03ß┌A■Ø\x10eõ0\e\x10ë"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"'RyÿgóIîèÕ\x06öPïì~"
  b"'Y§c¶­Hü▓;M¨[J\x1Dh"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b"'„á\x01s\x03M᜿Šä\x1DF\x04j"
  b"'ˆä÷2ÖN‡“Ý\rÊo³®>"
  b"'ì▄ÐÙ\x7FEéÇN\àJOeâ"
  b"'ÕÆ\x16ü¸G2‰»ËVÕ?UÚ"
  b"'àÝÁ‡oO,ª5M›‡\x17\v2"
  b"'îu6ÁPBؤM\x08\e\x16 0v"
  b"(\x13EwÎßE╦üe╬ÐϾ\r^"
  b"(\x1Cü"hêIëÖx0ùRbÔ%"
  b"(Fæ¢│(I■à»ü\tí·s§"
  b"(Jt0tEJAÉË\x15└ËÂ\x15d"
  b"(Vƒ0+\x00BM€“àgðE)Ã"
  b"(oé]õ\x1AK\x07†‰ý›ß@rY"
  b"(rò¥œƒA« r3<÷Ê;E"
  b"(’ñÜn–C[‚’òmÑ|\x05ë"
  b"(—œ\x11\x0EnL‘¹|Î.X5\x7F¹"
  b"(¬~h,RC5½]‰v2P#•"
  b"(¯¹à:\x03H¿‚ÍXÝô\x12"
  b"\fÐ÷"L$¯œ¡¡„f”\x1C"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")\e\x1E¿@§˜Î5:’\x16s#"
  b")\e«¯Ð3N¯ž[*K)§ey"
  b")0O$HÞM\x12€ÝF#ýôPT"
  b")2T1é½Jì┤ÈÄï,\x1A¥k"
  b")A ÅާJ\x04“¸ÏÖC9žÑ"
  b")R\x1A[}4A¥³›9v‰Éÿk"
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b")hSÑ~0BÙì'‗7▒±GÂ"
  b")Ò4\x0E¿FNΫØÌw²94™"
  b")åc—vdHd™\e³sN ®‘"
  b"\x1EåFvB£·\x10Àz\v×\f¸"
  b"*\x10·j\ÃL‡¬\x05=aÐs×\r"
  b"*1È»╔Ø@ ©ìÿê░ùî‗"
  b"*f\x13╬»\x08JKɶ\x02ùxm©\x07"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b"*\x7F]\vG|K7§­ç4©\x05Yy"
  b"*ŽƒÀÍòKQºO°Ö+h\eú"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"*¤¬UÎ\x19Oï¦\x16Ný­Bwy"
  b"*Ññؤ<B7Üô¬Ö%y[K"
  b"""
    *¡©P\x1F÷A_É\x02Ú¸b{\n
    {
    """
  b"\vÍÑ\x19Oå¥,À¶Èt8("
  b"\x06àtáE£®ü\x03\x1F¦m©C"
  b"*Ê5Çâ.OtÉ|õ▓\x05█$à"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b"""
    *ÝùÕ\n
    }KÓ¯\n
    VkGQ´þ
    """
  b"*é]<ÊðOÿ­Ð3Äâ†Ñ9"
  b"+\x06Žï\f‹Lvšs0\x13¡e˜ë"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+3åÄ'±A>ä´É´─/ª("
  b"+Ic\x05SÃO¢†qù<qMÞ["
  b"+U²×\x04¹D¥ˆC¨hý¾šJ"
  b"+V.H/\x02M×½Åðÿl?2╔"
  b"+¡Àëc‚Aו\x0F\x1CÌR¦?^"
  b"+§ép¥ B˜­×\x06‘Ÿ'Ô7"
  b"+¯7®YFM<³™q¥Tô\x0Fa"
  b"\x10*×▀NÅïq!·Ü\»\x08"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b"+ö><ƒ°OH¥nÙ\x07®ŒÄV"
  b",.\x05ðı¥Czô└\f╝hü·È"
  b",>\x1DW\v\x01J@°õY‰KæÁ¥"
  b",nðV‹ŽA\x12¨ŸÆ<Oód‘"
  b",Š€…ñøCð®‰ý÷ÒÏp:"
  b",“\v\9£I”³"Ü\x1D\x0E:\x17 "
  b",ôÓBûñI╝ìÌæç║Yóð"
  b",™Rá×ÔD.’jËPd×ÙV"
  b",œŠ‚D\Am°'—Âë;h\x0E"
  b",¶/\x16Ü\rM<•Uë\x00Æ\x1D"
  b",¿É`Ñ®@¦­C¹¸Eïmù"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b",ÐD·5ó@X†ìLÏû¡ë\x02"
  b",Ô¼æÅ\x01Ež¸6ª\x19_ì°~"
  b",‗a$\x1CÕF©üÄáo"+¸á"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"""
    -\n
    \x7F\x1Cä^L\x11’ÄxJÁ¸sg
    """
  b"-\x0EÐ|ÌvH·€=Ò`‡\x01\x1F"
  b"-\x15®¬<êB»ŒW;ˆBUÕÄ"
  b"-\x1AobÑBLÀ½R▒¹°╔aì"
  b"-!¹Ý╔ãE║ïÄ@è\x17¥üI"
  b"-N¨?Ž\x1CHƇsÝÿ+äè\x10"
  b"-Z Ú\x0FHLø¤!õÄ:ð@k"
  b"""
    -[½åv8K‡½\n
    ¬¿âò`c
    """
  b"-h╬\x07╔@IªÉ\x1D»Õ&¸él"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-{r¬þ°HP™÷©ðj•#I"
  b"-­ü€¹ÕBa‘æ\x03$ªÀCÐ"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b"""
    -¾Ó6\n
    ÀMeìt;Çm█\x7Fz
    """
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".>4N%CNúƒ¦x"âŽó²"
  b".FÀw—uK/‡\x15Aí¥¸Þ€"
  b"""
    .Hb\x05CÚD_Å\x02\n
    p\x01nlT
    """
  b".LÉÛ™þL³–L\x1CÆŠ-Á\x1C"
  b".M\x15îI\rK\x1E­µm@\x04 \x13\x01"
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b".bxÑb·KПëè)\x1F3—f"
  b".ÆÉÒZkJR╣§ª\x01jýð"
  b"""
    .┼Ëìe]L\n
    î╣Ë:4Tû*
    """
  b".Ë€JVÈIu¿8ÿ¯½Þt?"
  b".Ó•ÿ‚®EѲ!"ãך\x1F÷"
  b"/\fü\v+\eJLžKØxRskv"
  b"/\x1An\x04Tç@|╣rbı\x1F¾»É"
  b"/IHº£ªO\x7Fœª`;ŠÙ9Ç"
  b"/U,‘/ƒE=†dPݳu\x1D\x1C"
  b"/^y@á¥C\x06¼„ãW®:˜]"
  b"/a\x03\x10lâD}Ÿ–Ð@¨v*i"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"/lR/Ð:LN«oyi4ú¦M"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"/v½ôp"F$¶Ý\x1FÚv#öÉ"
  b"/x®Öó›M9š~¤0`í–ó"
  b"/{ÉRÄ▄OHó"Í\x01\x06\x07÷À"
  b"/\x7F|¨<J÷ŠÀH\M·B\x12"
  b"/üïi_éK»åg'Õ8‗ÓG"
  b"/š—-\x0EˆLxª\x1A¥OpP“r"
  b"/ J–\x13éE\v§[S\x7FðþÒÇ"
  b"/ oà³´F޾gD8'ÛïT"
  b"/┼\vÑÝÍE┼½¤Øøóf{Î"
  b"/Ã╩Â>ÆAxôÅjadزÿ"
  b"/µ[âá¡A[¼\v{ú©ß¢Ø"
  b"/ q\x7F─║F╔¥ñ¥õúÉÍ·"
  b"0\x08µ\x16UDM¼©×­"Õ:C¸"
  b"0\x0E\x0E3X¬A?ƒz\tŸÆr<‘"
  b"0 I«¿~IS¹\x19ü\x03oƬ9"
  b"0%ÇC\ròCÿ±\x13¹‚A¼í‚"
  b"0&ê²É¨Es╗«Å█+£┤P"
  b"0+¦Í÷'Ei‰0'üá\x10O4"
  b"02\x05¡ºÿ@ÿ½\x08Pâ6…z "
  b"0D¡‰,!I\r‰O‚\x1AÄéç„"
  b"0`¡\t´ÁK#üb\x14W÷´Õ®"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"0óSp4"DÒüktñ}}-Z"
  b"0┐Ö┌â\x19I®ò▀╩fXزø"
  b"0´ÏveþG\rÜ╚áÎüDé'"
  b"1\x10¢§4·B\—\x1C}^ÊÐ0¹"
  b"1\x11»ÖÉhL╬ëf4\x1FZ.bu"
  b"1\x19}Ç7’HI¶\x0Fеæ\x083\x04"
  b"1\x1CnL}\x1DBÇ“yCï6Ä«ô"
  b"11\x11GôéGB¦—a#ÙƒÊ\t"
  b"1=?Ô€®KK€ó•'¿†±\x1F"
  b"1ESÕmÀB]¸”…ùìƒQ™"
  b"1U3Y¾\x11LÃì░,\t¿ºe│"
  b"1[æ3\x1EƒE╣Åy┌»═æEô"
  b"1[▓þñØG╦ò<uµJÝÿÉ"
  b"1dÒ\x11^zAˆ¥\x1F‹¾éö‚ý"
  b"1f§×Ò2I¤·¾;\x04vešª"
  b"1kX§É╩K▒ƒI\róÚBú]"
  b"1màÈc.K•º-†91Ê Š"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"1”Š@—AFÙ†=¬\rkþÝ/"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"\x19ñppF©–mkÄ\x04)¤Ú"
  b"1¤£òÜ…Gô¤œjuü‘!Ö"
  b"1¸¹!<yBZƒ\x08êÑ„Þq¼"
  b"1ÙYTÙA$·\x15Üm\x08\x15½\t"
  b"1Ù/\t¶°Kï¿Ø²ïß½­¶"
  b"1î™¼ÂØJv¡u\x0F\x1E }+"
  b"1õ'É\x1FáC\x07¦Ôì3Iñ»\x07"
  b"2\x07 a¿šCb«÷@¬#\x01‘$"
  b"2\x11¦\v/\x1EJ~¾çjàXÙ`¾"
  b"2\x13ì|m\x19@\x0FùÚ┘W┌ή`"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"29C`¯^C’†\fpe/B[¡"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2@2à±1N؇®û@õÿò‡"
  b"2H³Å¨ÿDPˆÖÓ"ê¬`u"
  b"2aðDÅzInƒÏ\x13ä·\x1DÚ\x14"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2t’‚Œ÷Fq­Ä_6VèpÕ"
  b"2\x7FN┤■+Oú©ïõ$ÀD=Å"
  b"2çñp┘OF8«Å¸r³ÆH9"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Œœ`éëK€¸T”*B·e;"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"2¬›?h\tB\x1E´9h{S¶œ\x0F"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"2─Fc\e║K+ØÁ9,q*ç2"
  b"\x1C\x05c.F^¼=Qƒæ\x02i“"
  b"2Ø#³™÷Aü¿õ\x0F•=\x1F\x19G"
  b"2▀Þ═G▓F\x12ï¡Å╣╦wÙ-"
  b"2ð%\x17e—Bñ¤•<'–wî\v"
  b"""
    3\n
    ù!\eîO╔àü|ÓÒâgÇ
    """
  b"3!|\fXÉKh²\x13rœ¨Þ0¹"
  b"3$├È'ìI£À┴¸Bú+·G"
  b"3(óBrµDB£B¨Ò’\x00àë"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"35\vž¾<J`¾\r\x1Ay(\x03l\x18"
  b"3Do\x1C©’CŠ»xìŒ\x10\x1D+5"
  b"3Jat_2NÉâ║T█B§ª~"
  b"3qßm¤¦Kn¼ŽóÎ,Òe-"
  b"3sª\x14B¤Oæ›\ƒ¨ÎGC\x1A"
  b"3|>±+‚A'¹"nÒ—Pc\v"
  b"3•Þ¾58Fl¿€\x7F±<\x12a\x16"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"3Ç«ô›ÞI~‚—[å†0fú"
  b"3╚O½Ä\eK7ë\vì¦ØËqê"
  b"3ÕŒÕ$\x08E‘‰ÂP9ŸïÛï"
  b"3ÝjCã¥I'µ\x14ü¼UlÈ\x17"
  b"3ò0ìƒKF\x1CŠŸÜë­À«Ò"
  b"3ÿVúá¢L\x12²Ê+T\x1CD°Ö"
  b"4\x04³\x1CoçG\x08›S!lì\x7Fç—"
  b"4\tØÂ­GB«ªÐ¡÷\v\x1A\x05\r"
  b"49Ç'\e\vK‡¹‘Žä…×8V"
  b"4@iU}:F5¹ü“{C \>"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"4b­œuÔOÁ²ë™'PHÝY"
  b"4jq8u7J\x15¯]I\x04gÄ"!"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"4Œe'HnO÷¦ZØÍ,Y{Ó"
  b"\t\x17r┤A■èåØ\x18mLù9"
  b"4¶h¹=²OÍ¡x¨C\x07Qñš"
  b"4┼\x12#AíI\x08É\x1Cý─Øuó^"
  b"4╩/¥+lF\x7FØ.¾µY¥\x1F\x03"
  b"4Þ2\x1F(░Oì╝Ò}ã╦\x1Cå\x1C"
  b"\x07\x04tóBt›íq+PqB>"
  b"5\x04Þ>qªNY–Ã}zA\x1CÜ—"
  b"5\x08¨oÑ\x05Oh‘ÖÒ\ÊzÊf"
  b"5\x17À\x14l\x7FMBü\tÂZûòbÎ"
  b"5\x19À$.$K0…£šOŽŠ’3"
  b"5!ø─\e┐A\x15¡à;üý─.└"
  b"5$åyã"E\x0E¹¤W¿Ô Ý["
  b"5&£ƒr·H\x7F¤\x11HIü\vç}"
  b"5A\x12/EÊOd”y¬Q\x03·É±"
  b"5íϸ\x12%Edç3Áëì/÷W"
  b"\x12þŤHOº˜7\f\x0FòÁ,"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"5·A\x07'ñI\x00²\x1C$ÓÇ„‘©"
  b"5û³esA}Å‗ Fôƒ\x01µ"
  b"5Í_¦ÀÁE²˜öh ©ÑÑ\x12"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"5öëËj°HH³ÓN8öJˆô"
  b"6\x18$ì>ÃFM“yã\x11ï$"Û"
  b"64²l\x04§GŽ“]göÍdÍà"
  b"67‗\x00EûBò¡ÓiØ\fG\x088"
  b"6A«\x11qhG¨©#7\x15\x04Ö\x0E±"
  b"6W‡º\x1AYL\x08¨ŸBù\x05¼Ö\x1E"
  b"6„·’¥§BÖˆ¹Ð\x06'LWr"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"\x18öZÝOΊ‘;;\r\x03"
  b"\x19q´>LÜ‹H»]t?̰"
  b"6Ñ~\x06a╩FoÉ║]Oø\x01‗'"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"6à”&q[E(ŸË†|FMFÞ"
  b"6ó˜p\x06TK\x1A\x00ÉH«BúË"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7?œÔ•âCÙª‰áÞDÎN?"
  b"7AóÉýXHÈ­U»„6²3£"
  b"7E\x10x¶IE ½û\x13þÝ=k_"
  b"7jÑÒø\x1CBr¹ÓHÖ\x19ÃnÉ"
  b"7t\t\x02G\x00ÄG8c¡\x1F"
  b"7ˆ?‘\x05œGŒ‰`\x02\vë`Ój"
  b"7˜ÓôR¼C±ŠAL–t€Í\f"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"\fr*\x18Iø²Ù\܃zœ+"
  b"7Ù¾Ü\x7F&Lýˆ,æíÒ8ÿ#"
  b"7õOžÈ\x1FJ"Šú\rZ(ødy"
  b"8\x01×ì&êIéŒ×D—ë\r"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8v÷(ôéCت╔\vüê©,ú"
  b"8–K\x11gIO²®.*%3Õ³™"
  b"8Ø─é╚DJFÇ¢.nóc3\x1E"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"8«f´khBï¨ooæâ\x19·P"
  b"\x10™"\fM}®¡´bJ\x12n\x19"
  b"8´LÑ\x03šGï²\x13âÓi«²l"
  b"8·­c\x0F'LN¦§OØëíNS"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"8ðëY«\x10A▓ØLeûªFé¸"
  b"8Ï6®* D:ƒî3\x15╗ü▀ÿ"
  b"8ûæ}išI\x18œ™µ[<}÷™"
  b"9\x06à\v\x1FœMô»Þ ÄÞ\x1C¢E"
  b"9\e\x14RußNë€\x00ZnÑYö—"
  b"92p“©\x14C\x08œ˜¹êŸ%?\x11"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"9CM×e:Fa±&¶e\x18\x1E.6"
  b"9Dÿyk)Aëû\fÎÉ\t■~\f"
  b"9D˜¶CÔC\x06ž8AyU­M\x0E"
  b"9Oé~ò*I=Âì*\x1EuxÊ["
  b"9U\x0F\x06uc@ ’ƒn\x06ÿö\x04Ê"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"9Æq\x07\x03E ┐|ÉRP>▀U"
  b"9ƒ■®\x1A^@╦ÂõÑã▓╬Æì"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9°áÂH‚M‘‘_ ÄL€µÌ"
  b"9Ë┴z8║Jn¼ðL╩&äëÅ"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b"9à¤C\x1D­N-‹\x1AæÜÞ²‹\x08"
  b"9éh~;\x16C"¼\x00E\x15{.*\x18"
  b"9í=9&ÞD¬²&-­Í\tIr"
  b"9í¥{É6DO \x06vÁiÍùp"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b":\x10Rû¯çK\x1DŠJvLo\x03"
  b":\x1CyÊ çF·´¶\x0E½æÒó "
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b":>³§¤¿I/§m\f&î¾qõ"
  b":OB\x00█ÃD+ô\x10¸b\x06V7Å"
  b":cl#£?K@©\x1DÂU\╦Õü"
  b":îÁã│òH─╝▓æ\x13\x17\x0E\x14ü"
  b":‘\x0EM2HCD¹±<Ê\x7F5fè"
  b":–Oµù=Kö¸½d\r\x1DýĹ"
  b":─{*ÓëG█©─*┼╠É╔'"
  b":Õþô&¤H=ºqÞ„[•3i"
  b":ÿ—™¼@Aôƒƒ­1q‰Ø\x17"
  b";\x06šBî,EE‰?/|—Y”Ý"
  b";\x08¯pmºB”½èy.Ú;Ÿ="
  b";\t+³:,Gq¥÷-¥\r\x03"
  b";&.\x14É:JÛ™´ò“\x04\x7F\x0F"
  b";Aß.KrMœ§Ž¯\x10ã\x04æÀ"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b";l/ÉÀ\x02G즧ˆH‰˜†:"
  b"""
    ;w\n
    Ù9X@«ƒXM\x01¿©ëù
    """
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b";ŽqÝ¿œO”±¼¥¹p‰W¾"
  b";ÆA÷\x02äLüÆ\x12Pðó/╩┘"
  b";™PŽ‘|K\x17¦HÐU*\x13"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b";±òÃãF@gŠ\x01{éÑêÜ\x13"
  b";▓_:Y7HãéÜ;Ø┼Ï┬\x01"
  b";µ¶ea\Ob¤^º\x07*Ï×K"
  b";Þã\x0Fá¤J-¼╗»k┼ÅóÌ"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<\x07Žûû¨Ifµ?G9¢A\f¥"
  b"<\t\x19ù28JÔ¶€ØküÊ\x1Aí"
  b"<\x18ù}S\x1FHI§\x07#oÅ'è—"
  b"<2Énè\x00NL€„ŒA<PH©"
  b"<6ŸñÄÅO\v‹š”ß[6\x075"
  b"<Qn\x08ØåKW¿<#c\x04G|b"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"<s™\nð>EÚ«\x16\x00\v¯cÊõ"
  b"<tÓÔªÔKçØâ:]b¨Ò\x7F"
  b"<z¯ÕµÆI€ŸÂùÇ\x19ØžÙ"
  b"<„\x14áñ\x13JL£êª…¦c2,"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"<ÂK\x1C\rKLÞ¼$CþàSÌó"
  b"\x02\x08ø?C\x1A–=\vü;ªïa"
  b"<Ñá7FQH¸©ÍþíBÞ.b"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"<ø‘áL³K\v¥\x0FÓ‘¢€{w"
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"=\x11\fô·oAaœ¦\x12tzh\x16"
  b"= ▄:g█GAì½\x13\frE¾î"
  b"=+¾¨4\x17B”ŠsD¶Å\tس"
  b"""
    =/A\t\n
    _JÙ’yÊ.f’íR
    """
  b"=4C)¶vHb¹Ï\x04E‡¯õj"
  b"=RIúkNI:ºÀL,ŒZ;P"
  b"=cÿoépHÛüâJýtÔ╝é"
  b"=o\x04d[ŒIä¶\gĹÒþ\x13"
  b"=rɱâ\x06MUî┌"ı\x1Dysà"
  b"=u0¹ýµKKŸ6\x04²Pà%\x1E"
  b"=Å[\x11Ó\fGOÂÝ╩┴´Yòb"
  b"=ÉÐe\v\x00E5¼╗\x00§╣Áp:"
  b"=‘\x0EU³)Cî¼÷Á\f?D(´"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"\x04 íßC\x1C¼%÷×Éy²¬"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b"=ÕŽ|EOJR®¸êaEã\x151"
  b"=Ý«>\x05\fAnŽ\x04—X÷ºe\x04"
  b"=á_Ö“áDÖ›.E&iàÜ\n"
  b"=ôD! kIª§\x18Žüü7\x06Œ"
  b">\x00 †áÕK\x1A¥Ò\ncÐJ!û"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">\x15┬°yÅIBÖ$U0a\x03"
  b">$0ˆZ&B\x17“ÊïJæü‡¬"
  b">1àì\x10aMÿž±8\rm\x08ŠP"
  b">A─╗‗\tK╔Å!6ıù%£╦"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b">t\tâÜ═FÅ×çm&ꣿ¼"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b">\x7Fî+lÞI┬ÆD\x08V\x1CÅÅ©"
  b">ƒ1Á¿ E{‹«Ô“yÀKø"
  b">…•%¢­IV¥1V”‡dPb"
  b">«i\x12®KDy¦Çç\x18æ«(J"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b">º#„HoAaœÃåK\f¨½í"
  b">Ó¦«±0M¸¶¯ý"$\x17]8"
  b">Ýl\x0F‡gHæ‰Êí\x1C\x1AabI"
  b">ä⿜wN°®åBìM\x1F’_"
  b">î¡s\x7F\x06FĘ\r»Áy-Hd"
  b">û«X+áCí±\x1F¸¬˜É—p"
  b">■┴u_ÑGìÉ¿\x1E:Wz│╦"
  b"?\x0F¶3™óJÕ¬ô\x13\x01Qu4ö"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"?iSk™\x04F²¨\x16\x01€ò\x7F4,"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?u&tC[F9­r\x1FW•C‘ž"
  b"?~û6€!J\x10®\x03\x1A!›c–Œ"
  b"?É¢\x02ö╬E·║QU╚\x18\eï\x01"
  b"?ØÃh\x1CkJ■ü█;Ñ¡eéÔ"
  b"?¢ÏX:˜B^ŽA\r0G…×\x1E"
  b"?§³¤Ô€K‘šƒºVß­Fo"
  b"?«6†À³Mó¸U\x00i¼`×è"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"\x11ù¶ËG\x17›yÄyÒ†Ÿ\x18"
  b"?ÊËè†ÓJÙ²Á\x0F\x1F‚Y"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"?õ3aU+O\x10­¸Øø„¿½†"
  b"@\ve\téŽDà—²‡“ƒ'&ó"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@&¿v*âEK¹\x19Ï)JÃVC"
  b"@-àô\x7F¯I\x12½\x02G9îÞ*\x1F"
  b"@:2ÐGýNH¹6'¼b¿R7"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"@gë\x1DËuK]©qÊlsþ\x07"
  b"@i\vI#’EæŠ\eYeª_ÆT"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"@ÃÈf\x04+KÉ”ª\€Ã\x7F"
  b"@ò‘4 ™Dþ«ï}‰Mi×Ð"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"@ÿA0ÏBBo¿\x7FÙx\x16^\x11K"
  b"A\x00\e^ý@9»­(’\x1E\t̓"
  b"""
    A\n
    v[²&Má¨3ws©]\x023
    """
  b"A\x10\x0FæNÛüЮJÖ\x0FýP"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"A<{Ň¿M(§*â›5ICð"
  b"AD&p\x042M°ª7Þ(-\x12"
  b"An(:TƒLo«ı~õÓ\x1DÖì"
  b"AtA†Q~G…¬V#-ð¼‰C"
  b"A†â4\x03—N\x7F ÝA¿ô¨cù"
  b"AœÈ‚.KO%…à\x01­\f{C$"
  b"A®}\x1D›jDлv¦\x12£\x7F­€"
  b"A±ø/ADHkˆ•±È?q\x07\x00"
  b"A┤ÑR\eOIì¿6D\fåQÃ3"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"\f!Ò¢AC£é®ZlJÊ"
  b"B\x0Eì¸6 E ‡låÇZÁÐ\x17"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"B1Æ).™@r”~ú\eOÍ£'"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Br'‡þBEŽºF'§1O\x1Câ"
  b"B‡'œ\vaOŒ»\vRy(ÐJw"
  b"Bë6l\õGýì1\x00├;\x0FÁ "
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"BÅï±ÕßO«º\x02Ýn\x11ÙÀY"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"BßÇÙÅÁDÝ×\x17\x18[┘PN\x1D"
  b"C5”bð½Jņî-©n¿"\x0E"
  b"C:C‰eºCT€\eŒyº€Sl"
  b"Ca;:Ÿ–ImŽXBŽÜgÉ;"
  b"Cl\x08ò+ŽLq‚ ã|\eæÕŠ"
  b"Cnäpç\x18N: vÆ\x02|J5<"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"C‚vg¶YJn¯ºõk\x06\x06®)"
  b"\f·0"N]║4.(ã,É»"
  b"C¢*ŒÐ€Aò®”\†7D7v"
  b"CÓÏWÚ`EŸµ»é,¹ç?Y"
  b"CÙÌLò…@¿¨Õö\ekF6X"
  b"C¦╝\x13eÕDHÅ▄´ð\x05¾(E"
  b"\x13\x19)\x08HGñõ\t\rüç[þ"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"D\x08ý‹‚\x01@œ„Õã?ìb]í"
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"DM"ö\x11ÓC…²ÏÀX`\x14"
  b"DU\x13NÀ˜G#¢Ôf"Ú\eÞ\x10"
  b"DZÚ0v<C#¼\Ê”Kב]"
  b"Daô\fÉ\x13Al▒█õÀ³_Og"
  b"Djó'\tGCo´ž¨\x1C%+¾\x14"
  b"D‰ÄäI·Ms’@Ú\eÅ\ôÇ"
  b"DŽò¶á"N„¶—ü\x02LÒ8\x14"
  b"D¨²¸ë„BÿŒ Œ‘^âÍg"
  b"DªšŠ‹HIÇŽ<דõÓ°ü"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"D±`MY\x1CN]®4\x07ÀÏ›‘I"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"D®|\v\t@&šó¾\x17C¶´‘"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"D´ t\x01üIð¿v{\x12Ywº?"
  b"D¨ì¬g6Cò¼n┴┤M\x01\x0El"
  b"E\x17\x17~C\e\x05.$–Á,\x0E"
  b"E\x1C•?Æ•EÞ¼¨“ÿÂñˆ\n"
  b"ES}`\x18\x0EK˜¹)\x11ØÛH\e"
  b"ETü\x06-╬@ýü,lsÞ×ı┼"
  b"Em¸Y\YFޝ\x19èV\t\x16»Ú"
  b"EnWá%$H€º‡\x0E~”IåŸ"
  b"Et\x08\x1AA\x13ÂÞ&\x1FPÉ╦0"
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"EœÓ¨¡bIޕΉÞáÖ\rk"
  b"E║■xÊ£J╩ì┘k\x0F┘Ct8"
  b"EËF|•-Gv¹ö—Ù7“å\x15"
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Eð#FÔŸH/¨p!`7` &"
  b"E÷©RñNFŽ®AXi\rëŽt"
  b"EøÃÍÈjC| \x16ó64wÊÃ"
  b"F\x12Œr\x1A«HȱE­dØÓ5÷"
  b"FLò0íqDŒ¾e/\0ô\x13 "
  b"F\ù”k:A›®\x08XxØ ëI"
  b"F^Ë©»\x18E\x1D›Ú¯?“¤0Ã"
  b"FchŠ\rmG¥‚3\r¯ÉÝ¡ÿ"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"F’jŸ0\tOV³£€Ù$uÿ)"
  b"\vKfxD:»½Â‡k»\fP"
  b"F▒\x18-7ÜEÔÉDå¬kû\x01µ"
  b"F│░Mà`J╠å<,Éi{!§"
  b"F╩╝.CMA~┐(8#¾ÉÅ┘"
  b"FÍô¨G)Mä¹\x13\x15\x18ôÄûË"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"G\t RVaH▄åºüp┤\x11Ðc"
  b"G\x11\x1E‘]JM¥¿t\x00ÁÎò·è"
  b"G"¯\eâ3E'¢@¹#,ÿ/\x7F"
  b"GD˜Ø÷ÃHtž¶\x08ç^\x1C¬Á"
  b"GDþJÜ\rJ‡¶ý@—,\x07Ÿ\x06"
  b"GW(££ÜG\x07Œ\x07ðK½\rH\x05"
  b"Gp┌´\x05ÀC<¡\x06jgÉñN«"
  b"Gvc½»ÑN\x07»˜³\x00ü"XÇ"
  b"\t$\tÕL\tåcn%ù\x1E±Þ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"""
    G¾òf\x135C\n
    °ö\x07Þ\x0EådÁ
    """
  b"GÂeIAiIø¥¯©$`\x03"
  b"GñCa\x0EK–­v\x03œô£ã!"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"Gõx媪IÖíµöVBì┬("
  b"GåG!x\x12GGœ’Š\x13ãaÖ\n"
  b"\x13W„*E\x12ŠØ”TÛ\x14"
  b"GúÍ`³‘LPº\x02APŒþùõ"
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"H\x16\ró³A\x14«B”DO\x1E ª"
  b"H<™=Ù½I\x0E€DFáRw4ê"
  b"H@¤|Ê╝DÞÑØyo,═MÎ"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"HV\x02•žªMö² Pحظ3"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"H~£╦¦╬D±Åî╚\x7F╝ø┼N"
  b"Hë^j\x03+I±Éöû■j.cí"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"H”Ÿá!ÝL2¸ÇTäSÁQh"
  b"H¬*(\x04ËJ›°_þ‘ì(˜\x08"
  b"H׉‹f;Eý‰WÐó¥­™\x11"
  b"H█n╔néKúÖI\vdhØå■"
  b"I!(mB×Dh‚A–Ö*õ\x18ü"
  b"I*\x04:`)GÄæD;Ô├É\x16\x17"
  b"I-U_*▒Læé═¥ØÅÖíì"
  b"I1u\x0Fƒ FP¤±;‘ëŽ÷ü"
  b"I3`P®µE■é\tüÕ\x16#êW"
  b"IA\x10VhLBòÉ{ðÌ;7╩\x1A"
  b"IBñ‹ÒvA&«’¬ð4TØ£"
  b"IRgTÏsBU˜½»\x11L—ë\x17"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"I«ÖÁ!ÔH\x05¾.%ÑRÜO{"
  b"I³˜°âZF¶€Šš%QI\x05e"
  b"J\x08”À ªCrŽ0ïi\x01ÅD*"
  b"J\x10ÅüyFF4ê&íj5\x7FA╠"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"J&.gèWIï®ô,†¾˜o!"
  b"J2\x15ºN›F܇£CÑ8rB’"
  b"JL] 9&IÓ‚ý‹­^3(i"
  b"JR@·¼³N-ž\x08·/\x07±ng"
  b"""
    Jk\x17»\n
    ™O\x04³VXñ|¦€‹
    """
  b"Jx§p£¾A▄Å¢1╬\e\x1DN"
  b"Jü@▀▀\x08HuêØ▒2m▄ÕÎ"
  b"JŠ}䜳Aƒ’¼ g§i\x06¬"
  b"\x05«ÌîFT░Y¨Ë\x1DÂð\x01"
  b"Jƒf,'C8ø®e¨áSÅÝ"
  b"J╗*SO+G¢Åp©º¦\x0E\x10"
  b"K\x10ò\x02å£J,½–L\vË2È•"
  b"K\x14OðØıI\x16ƒ`Û«{ÂøÙ"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"K\x18÷BãaNT«ÉÞ&€]õè"
  b"KN‰\x06öíNZƒ?ê43©ý”"
  b"K\È7MVOu¹›\x19½¢Â¥Æ"
  b"Kˆ/\råýKòµ\x0E#\x15DþÂå"
  b"KŽMíИDWŸ>ö‘çV°¬"
  b"K™\x072<ïH\x00¦rÜËŸ\x06"
  b"K«Y6X\x0EH®›Ü|@ß(µí"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"\x00\ez¹DAɾj,¡{ÿ*"
  b"\x15ì\ÿF°›ªõÜñ%`*"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"L\x16¡Ti*BRŠ\x12ëà\x10MÓB"
  b"""
    L\x1Dµ\x02š\x18M\n
    …ä\\x04\x07ç
    """
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"Lm´O®zKÓµÛøÑ>Dúv"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"L²2ÁåÚIæ›Dú€éÔ@¬"
  b"LÍWËŽQJ^¸Ã|ô“Š”9"
  b"LÌh╠ñ©Foú©\x02©╬ÉLí"
  b"LôØZ [C྿÷ìÜ-Y-"
  b"Lö–ŸÞ?GC™Ë=\x11_\x18Üò"
  b"LûﮩŠ@\t°\t|«O¸Z6"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"M\x107ÍpýA÷‘Slß\x15÷ò¬"
  b"M4…Î+LOnˆì…P“}§="
  b"MNÎÅ[ÝJú„\x05ްÔ3M\x1F"
  b"MRDÌ\x16”L›¦=^¦d<§×"
  b"MbgR=uJ¼¹Ü\x164/!έ"
  b"Mb¿gè\x7FM¾°ÏáÇô€\x0F,"
  b"Mü¼\x03Á\x00I¨è~; |½×í"
  b"MåTÞ╚£M\x10ØHÀ╩╦ø║'"
  b"M’ó\x065@KœŸÄ,BóSËÑ"
  b"M“:-œ(@Dz“x2[ä=\x1F"
  b"\f\vMo¨ú–FÉ\fdp"
  b"MªÑµŸ‚Ey¡’«Ïâ|,ª"
  b"M³ÿ–ê\x18H·ƒÇÓ\x05\x11µFx"
  b"MÎAgK\x18Epü¹Ow\·s;"
  b"M▀\x03│ÅÅK%û┤½\f¡:êb"
  b"Mà—\x10;xHj¦[GdÐ\x01†P"
  b"MæÅ^\rdG\x17¢Òið#E\x10\n"
  b"\x0F¼Ô/K\x13˜ñÙU&§¦¥"
  b"MéŒK™s@Û˜ä*\fV¡*N"
  b"N\x165ÙÎbLI’ò4ym…]Ú"
  b"N+?klvCQˆO_æÙ%ã3"
  b"N4\x1D²\x18FH¤±\x08½O¥~f\x01"
  b"N`?sŸøD¦®z\x08G8vF\x14"
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"Nx7\x16àMH\t®Ô\x05âJ\x0F\x0F\x14"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"\x1Cf~[Iiüø■2É-▓¸"
  b"N‰'Ü—ƒNв(ÝLg=}\n"
  b"NìZ}²¡H~Á▄R}Ø=BZ"
  b"""
    N¤˜É\x07÷FJ¶ÿÞƒÈø\n
    ÷
    """
  b"O\x00Éf\x0F╬Nó╝P¤gÝÙ¹┐"
  b"O-ø^ñŒBʽ¤\x03D.µ\x12C"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"O6õ\x0E/AL柸\x04Éñ\vu="
  b"O9W┌\x0EâM\x17ÉL\x043¾ÀÙ╦"
  b"""
    OLÿ(!dN&¡\x16Çc\n
    VAô
    """
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"OoÜËi³Lò½DH¦8íY\v"
  b"O\x7F£o>(J·’\x11Ž\x11ÝŸK†"
  b"OõE╝BsH"▒Å╬Þ\x00\v═3"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"P\x067©┴<M\x18ÅH\x1D¡´\x15×û"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"P\x16±Š\x1FrKɈæ*¶ª%¹š"
  b"P'\x12TxëN4ŽPe]xòÊh"
  b"PDK2@áMÅ¥N \vѳÑ`"
  b"PZX‚®®G5›Ý–BUµ&î"
  b"Pe\x0E3ôÌI¿ÉU├fÿ\x02 »"
  b"Pfaçm¸@¢„zí^\x06¾3£"
  b"PòıQëÈH³Å9{╝I1½m"
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"P¢$K\x1EæMV”]v\r_Pˆ$"
  b"\x14\r{¡AØ MY.¹jgs"
  b"P±@'&°J(°Ô¦bùIOA"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"PÏÕõ£ÈGö¿®[2lظù"
  b"PÙEww­LG╣ÅYJá/¿U"
  b"P¸╚\x0EêôI5»ÈT¨\x03"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"QWéI(ìA¹¬´–,\x04F¼u"
  b"QZ/+ÒOIµ╣\úØ╬(▓("
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"Ql-\x14†UFͶÊÓuàAE¡"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"Q°F‡gPO^šVŸ;•ƒ¢o"
  b"Qµ«’žÒI>”GüËõ\x13Ÿ0"
  b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"QÇ´ÛDrIè¹/S9\x03\x1A"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"QýTÿâö@ð¡¿s\x02åœôì"
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"R\x19ÞZ\x15.Iv†ŸO\x7F\x1C¼„a"
  b"R*\x16Ýï~@d—wC‹ÐâŽ\x0F"
  b"R6.Z¨·Ko║÷É\x03ÁEa""
  b"R?-hQÀN▒ØÎ\x14Ãp┼╬ü"
  b"R}{¨ý\x1DGìîf´£jøÑ\x15"
  b"\x07\x02#óF\r°\x08£4\v«mƒ"
  b"R ›ý\x12pN؇r\x08õ\x00Ѧô"
  b"R¾èE¬æA걨dø\x13·á\x00"
  b"Rê§™˜ŽM÷žR‹#\x1C5óe"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"""
    S\x01\f\n
    @ö–4‘—$T\x155
    """
  b"S\x10w(†\x19AÔŸ¾Êoã7û\x11"
  b"S*µèUƒNZ┤/LüVÓI:"
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"SOþ«töD\x1C©¼ÚŽÊ4ðž"
  b"Su³╔Ó EcÉ╗╣É-ë\x7F"
  b"Syxÿ†¥Fs¤¾ü·[*â\x0F"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"SÆ-\x19lÏKÖØÿ\t\e.×i²"
  b"\v_ò\Dѵˆfaéc\x01\x0E"
  b"S³­4z'D>›§¿\t£÷"~"
  b"S´GkùvN¹®\x12¡B!{+i"
  b"Sºð\x08Þ(J»ƒ–ÚïJÃlÊ"
  b"""
    SÏ\jVZJ\x04±&©›\n
    {˜o
    """
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"""
    \x16\n
    Ô3G.¦’ëÝ6ÑÕ‰
    """
  b"SàšÒàVG•¹³(\rÕµXž"
  b"SÓ╗\x14S«FmÿÛÙQ\x7FØ2V"
  b"\x1EqîpNü–F\x08¾Z‰Î¶"
  b"T\x10\x14“ƒùC˜‚>&ßý\f×ý"
  b"T\x12\ß▓ÁN\x19┐ØY~ÖJJ╬"
  b"T!Öó-SF‹—ŘգKH¶"
  b"T-YªfUC`¨\vM>Q\x1FΉ"
  b"Tz»j^\vNͯòÏJ\x08x–/"
  b"T{&`ÏÔIB½\x04═Äç´ü."
  b"T{²4ë¬Lɳ)&x®_j¾"
  b"TŠÅ\x1EÞçJj¶\x05yÈDp­Å"
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"Tµ¨P\x01ÀOx€X_Åë)x©"
  b"\x13 ÚFC/•N@̆È\x1DT"
  b"T¸ø\x06á§Gß¶\f…Œ¥ë™-"
  b"\x00}×óDM¦…2_@\x054%"
  b"T█~\x15Xy@¬▒v?Å­O╠Ð"
  b"TÞ¤fyåNá¼g³,\x7FÔ\x12Ã"
  b"TíòBˆ³Mm—|C\x1F2¡¤]"
  b"U\x17ܵ àD}‹qâP(›ÛÏ"
  b"U <Í¢bAKåy¿áFÉ¡╬"
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U/T[Û¦A浇FrÐz=i"
  b"U:┤.\░HeÉÙ╩╗\x08Ú\x10E"
  b"""
    UC░\n
    \x07^EÊÖ{^\x7FÆ┤Bü
    """
  b"U`è\x00pxA\x02ƒÔ±d¶:°,"
  b"UgÈ░\x1D½I5Éú¦éþ\x12"
  b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10"
  b"UxXM$ÆA6Æ&ë╣É ¨y"
  b"UìPçW├Eìáù¡Ê¸■UØ"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"""
    U—ƒþ¹\x03I\x07¡éË\n
    ƒl¼<
    """
  b"""
    U—‡¼(¨Aq™XN\n
    '\x12È#
    """
  b"U¥…ÙB?N:µê¹©N·V‚"
  b"U¦8\tC–Kc±½’ó¡EÕd"
  b"\x14¸«ÎO┌ÅCßü┼\v>7"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"Ủ”\x07gJ—›ANJl\x07"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"V\x00ØôV\n@┘Ä┐k)gØ+ý"
  b"""
    V\n
    ¯\x01\x08¶B×Çv\x15\x1FÅ·╦A
    """
  b"V\x1Dã­À\x1CB\x16Ñ22ɾ;{-"
  b"V féÉ[O:║^\x07áh°¸¡"
  b"V j\ee>O\x1A¾iOýÂÌð™"
  b"V+ŽT°BB[½æv$ª+œÓ"
  b"V-½çv\x18C³ºÉ-kqÈ=ë"
  b"V2àÂ\x111Kɱ•± G0Ž4"
  b"VU?\eKìKsæ▓siíu£ù"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÀ_n®ŠNk¡e[dÔ5HT"
  b"VÀ_x¢ÚDЧÀC\f„r\x15¾"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"Vî®ÅÚXD««Œ€½O¤\x06£"
  b"\x17\vCÕ©\x1FÉ┼"'l┘"
  b"W\x08*Õuz@\x7Fœ\t\x08aóÚ>Ç"
  b"W&~}U®M\x08±W\x14ÍŸGGÑ"
  b"WMBñ\x15òKÉåiРÚ─Óz"
  b"""
    WUÇ.c¨K\x08«È|En\n
    µß
    """
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"Wo\x1F\rAûG)žõºb‘!Ùˆ"
  b"W‰¬\x10qòNP®¶2jØ£¬\x01"
  b"WœààŒ\x10Jõ˜[\x17ãe\x14™^"
  b"W£iž±8Nþ‚Z´/Ô\x11•÷"
  b"\x18lTwF»†¡>Fú"Ø1"
  b"WÇ \x06T\x11B²‡š\x10—¬âm—"
  b"Wæ8ƒÍÜK\x02§àô37\tÑ\x02"
  b"Wý²\x17Ê■B¢¬vÅ╗ ùWï"
  b"Wò§÷\x04\eIp­]Æ\x10yj¤ï"
  b"WûÚÿü\x08@^‚š\x07ȤÁt‡"
  b"X\x0E)$ÂòG═è░ÉÁ┘\x187p"
  b"X\x1FJˆï½K(’+Éì´Fý\t"
  b"X/O wbJ?–\x18Gu¿‘\x17c"
  b"X:6Ü·cG€‹>:`є֎"
  b"XXEÇ×\x17IO—\x06ö–ÂÃiò"
  b"XZ©Ù_šH¡Ÿ\x06š&\x16Ù1\n"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"Xg9<ÂÍIEžû\x16¶`\x06­î"
  b"XoÍí\fØM³únÁÐ\x11_K""
  b"X€Eþ\JLGªu‰ÛwDœì"
  b"\x00fÇŸB°µo;£ôw½Ó"
  b"XÆÃFL¶AÄ╗\x07H¦Ò(Å¥"
  b"Xú!Üü"Eo½╣\x03ð\x17ÍX±"
  b"X¦ åj»MÉ ¾ê³Ó\x05ªO"
  b"\x08|PÅE¸áåµâæW¡┼"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"XÛ\ÿ6WHÉšÓ)øip‹\x17"
  b"XäTNvqM×ù)˜l=$+"
  b"X惖„xCu þÃ\x14[\x7Fm("
  b"XïXéJ\x17CI¢\x08?öÕ…\x7FÎ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"XüïÁCíF®º»ÀACA‡^"
  b"Y\x04ü\x12î<Cë˜óƒö”\x03Zn"
  b"Y\x0Fƒ>\³O\x03§F‘d#\x03L`"
  b"Y\x0Fâè¿!Bz´‡@{í­”‘"
  b"Y\x1C/\x15é4ATœÊÂî’ó3}"
  b"Y![ÆBùCÆì³µ)é·È}"
  b"Y!┐\x05H█D\x14×é\x19¿║HFÉ"
  b"Y#ÅO2┐LÑå¼\x16v\x1E×à "
  b"Y$‗µ║ûOJüغêv\x18┘Ï"
  b"Y.`ùQ\x02O0¥ÐÉ\x12\x01À╣╠"
  b"Y_4€ÎÃFç“éHWôå¹\x1F"
  b"Y_VgÞ1CGÅ╗─═xÕ¯¢"
  b"Yq╗ìWËEû«\x16Qpt\x00▄â"
  b"Yr^Ï2ıMÉø┘ÅÅ\fÃ8┬"
  b"Y}i0HëOßûÅt \v#\x1A\x1C"
  b"YÖ │s\eH\x1Fü»h■Ûƒ\x04Â"
  b"Y™à(àUDØ¿ÁÍ‹\x1A“Œ—"
  b"Y§ß\x19hhI˜¼‚Ÿq4ñ/i"
  b"Yµïi@GI\x14¼»Ü³B†\x12ž"
  b"YÁ¨F‚\tNa¥û¢\x08\/©_"
  b"YçØÔÏ\x04JP†¹Ñçy\x06 Ð"
  b"Yë×Õ}ìF°´åèàV¼è‘"
  b"\x03\x02F†¹®íJçðaI"
  b"YøBùÄ\tI\x1F „mK~ŠïÊ"
  b"Z\v—(*‘B\x19»M`g·¢é\x00"
  b"Z ÂõY€H8‹\vœM\x11\x08Ó\"
  b"Z"«y”^M²¢<ܱ=\x18½]"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"ZC´»º║DòÉðÈ\x13┴óÅ─"
  b"ZD^ \tÖJqœeìë\x16>q "
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"Z‘nÊ\x05þE+šº»E©\x04\x06\x07"
  b"Z“\x16\x7FÄfCJŠ›v[¦Šð"
  b"Z•ú\vˆwJê¢~z8\x06g#Ì"
  b"ZŸY5p\x04N臟@·COpÑ"
  b"Zñ_ZôoD«Ø\x01ä\x12\v>"
  b"Z²î6µÄJÄ›\x10áT¬•`¿"
  b"\x02|YqJç½üµ²yŸ:û"
  b"Z¹Q\x19ó\x01D¿‹ÈÒÄØ©\rå"
  b"Z└┼*D¨Cü╣F╚\x0E9╚rK"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"ZÑ¡îàúI\r¯óˆ\fœ˜M\x18"
  b"Zåd\x14üÚB^¢gópÇ‹Þ\x01"
  b"Zî¿\x17uøJ}‡\x0F‡^*_g\x18"
  b"[\fƒ\x7F!\vLD€,êP´üMÚ"
  b"[.˜\x7FÈ·C´¾}eH±\x1F"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"[r–CT÷D\t¬8ìT—’0á"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"[ŒŸ­\x18\x1EF™”#·Ú@Ó)K"
  b"[­Ì‹d N\x1F«,“ñúé\x1Fá"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"[ÆûS³¦O*¢çáµÐ\x03ö1"
  b"""
    [Î‗;É\x1FM╦å\x04k\n
    }\n
    ╔H
    """
  b"[þ;×ÿ┤J'ûàê\x0E\vF"
  b"[ý0\x16Ô*L╩»\x10╬Å{╠§\x13"
  b"""
    [õ"\x19\n
    ÓF£ /¾=ê!æ’
    """
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"""
    \\x1A\n
    \x01 òG\v¶bÛGgFŽ6
    """
  b"\&6\x0FsšG\x19‰‡X.}l\f<"
  b"\-gn$\x0FO욆>8‘®;X"
  b"""
    \0\x1C\n
    >HD3 ÎûÃꢘ®
    """
  b"\ZaéR`H^”û4gŠ„î_"
  b"\dE›\x03©Fë‘\x02å›=x&ƒ"
  b"\nN¸S■J╚£æëò╗ìô▄"
  b"\}\x195╬4DŪ║3´7▄Èý"
  b"\ÇÉB\x04HF\x03ÇÁ\x16\x08\r¬~z"
  b"\Œ»z³ÒI“¤§EE7TåÚ"
  b"\¹9\v†ˆG.¼\x0FsP\x15³++"
  b"\x1E/6ÈFTž_·ï\e\x1EŠ€"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"]\x16¦ý¸‘Iîµ ²\x1A?®µè"
  b"]\x19bØl›FDŒñä¹\r¥\x06s"
  b"]B¨È■ÅBO¬âìyÞÌål"
  b"]DóDöîK\x08ØMå\x05\x14¸y)"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]p»¶`7B„™XÂòº¢ÿ«"
  b"]ÆoéÎ\x18K6░!ÈÅ{4ãó"
  b"]¡KИ€E\x19“lJY³\x15K}"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"]»x¬&@z¦m\x11"^óËî"
  b"]Í6\x1EæÇCh‹-åc–ô±+"
  b"]ÐëT0RE+«Þ!Bš÷;¼"
  b"]éršE‹G|¹úXÁÚfÀÇ"
  b"^\x10R~ò\x03N\x01†õE·¯n¼h"
  b"^I\x00VY€@5Š8üdÝ\x0F\x02}"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^R„ïmµJb†î\x7Fã.ŸjÚ"
  b"\x03qù£GኽM\x06\x13g\x02"
  b"\x13l.AEm¹îTM¯ÑËç"
  b"^‡Á\tèGw¾\x1A¢:Æsž±"
  b"^ï«Ä¤3H\x02ÂÑÒÆ│{áì"
  b"^ÅBÕÖ\x12D=╣{á╩~`&\v"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"^ÑØ:h\x12F┼©ê\x19Ìãx-\x06"
  b"^ÙHQæeI÷³….·¶01‹"
  b"^·¤É├ôHôåÜ\x7F┘│Þ─¿"
  b"""
    _\n
    \n
    o*áC®Ø│&Î}è─g
    """
  b"_\x1A4\x07í¦GÅï\x00|4ª╗à\x00"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_4‚xÖÉBôŒ\x17\f\x15hé½o"
  b"_]¡è…²Kt—\vM\x15ð/\x15ò"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"_t╬\x1CyØDXòÇêÊÙÀq°"
  b"_ˆPó÷‚J?£\x06w\x10ðû/Ã"
  b"_ŽQYˆÈA舴TÌKóVâ"
  b"_öÉ´=TEIì§9Q 3j!"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"\x7FÐdÊC,…ïæ‘ÌX7@"
  b"_Ù=¹]\vEL°Œ\x12,ÌÕ´%"
  b"_øE\x19R½Aò´½†åq)æi"
  b"`\x00go\e\eCËÜîÉ\x0F\x160ô0"
  b"`\x13×¥¢‡@0µ\x06¦õ$\x07\x11§"
  b"`\x18\x03 &ŠM.§:DëŽ\-A"
  b"`\x1F\x11”@\rCj¤NˆsSß\x10R"
  b"`,0¯Ê\x10@z¤§¾¬W\x03"
  b"`9Í€ulJ ›-ƒ‹zÍ\x190"
  b"`u[|\x07iLÇü╬ïqºò³H"
  b"`}ý浂Hê®\x1FôFKƒ–\f"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"`¼9\x12’êGù\x03މâÞ\r´"
  b"`½ÁXbÒL¥”32ËIk±×"
  b"`└§_\x7FìOÖø\x03ÐFËÃ-ú"
  b"`øï¸R(H‡˜AH¾¸à\x08Æ"
  b"`þ1\x15\x12’MpµH:xY~º\x07"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"a\x1Eò*,¢M─É'!?╝©‗p"
  b"a&4LÈyBƒŽ6Fä“ÏãÓ"
  b"ag\x06\x15ïDA¦¥è~l2íÅ|"
  b"ah]˪\x00K;¯=®ç\x06\x0E\x02ß"
  b"a‰ƒSÊYM\x06·ÎxÕ²0® "
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"a»@|ã9GX¶r$È5ÿUˆ"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"aã÷sÒ+JJ±B\rxá~ê\x15"
  b"a¸¨OrÒA8│Ø"äƒâ&a"
  b"b\x1E®å¸\J\eØ3Ìì░}«È"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b¢¬îBèIs¾1‚ó\x06º\x01"
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"bОÊ#8Ar†"‘ÂXœ2["
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"cT*ùM&MŒ¸ïeèÝq\x17ò"
  b"cfA7\x14ŒGv€ÙF¯Ô2ªã"
  b"chD=³\x01@ŸȱDG"Ñ#"
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"c¯î.7ÈG Šf,ò‡Â\x05\x18"
  b"c±]¿_5@\x01™Â)ÉÞA<E"
  b"c¾Ÿ{ÐýH­¤£¶ç€½–&"
  b"cÅ;ã…ÝCÖ¯ÔˆÛä1°@"
  b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ"
  b"cå3?\fXEʰXgƒà¤¶`"
  b"d\x14<þ─aOìÖ>VËýl\x17ñ"
  b"d\x19 ¾^ÄOåŽÒ‚~ä\x0EÅ\x01"
  b"d% ²ÛCCõ“°×‡bz…n"
  b"d2·>ð\x19Bßµ²òð\x0EW\x11\x15"
  b"d>¹=.ÊJ-¢2œ|Iï(r"
  b"dBo™±‚F­»ÀÝ$$ô^'"
  b"dIùŒê\x16Fú·\x1Fç©,é©["
  b"dL└ìwWB=×nYÄ┐]y╗"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"d_Ÿ°\x17ˆEk—»ê”h¢ÄH"
  b"d”N\x12¯-D¹§‚v‘[_—¬"
  b"""
    dš“\n
    zÓCA­_\x01À\x1A¦G\x14
    """
  b"dÆ1š\x00ÚHDˆÅiù„eÖþ"
  b"d¦À\x15M_KÈØêíî\x16°ú¶"
  b"dßä-ЧA\x10ª_\x06ð^¬¨…"
  b"dÕo´RËDüùOä┤╣é\x0Fw"
  b"døNútïF÷¬K^@\x00B‹Q"
  b"e\x05f [{K4ñ┤>\x18ÅɸÆ"
  b"e\v\t╦f\x7FCCü Y UæAÔ"
  b"e\x1D\e©×ØN‗ó90à\x16À7\x12"
  b"e*\x140Ê,NAÆ■Ø;\x16ã!7"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"eH\x1DÅ\x06…Fò‚%7‰©\x08F-"
  b"ePÕ-S®BâŠá\vüûòK1"
  b"ec*:¸[H<œ\x00?D\x03\x05Ø7"
  b"esõTqØJ-ï\x1C8~Á \x15"
  b"e|š¶JIOàše\x00\x16ï\x0F\eÌ"
  b"e\x7F9ãNÆBG©ÐÞH?ÅbX"
  b"eЧÇ\x10MDG¨Ag‰8n?$"
  b"\tãMmJ)ìÇ8ÚbPú\x12"
  b"eÜI,ý\x08IÒìÐÌ▄]$B▓"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"eïlv0®@"±‰6Qa£oÊ"
  b"f\x06\x1CgÖ«B;™\x06\x1F\x1Dvj\x13¼"
  b"f3ì1N¦Nó║ÝW\x18Q&kr"
  b"f50®ó\x16K:Â┘ü\x08T¸Pÿ"
  b"f@7Æ\x16-H“ˆJE\rÍc©U"
  b"fP[FùlC©¸%§Ùøú¾ÿ"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"fpŠ9Ý—O#¿ð¯›\x11\vš\x12"
  b"fÅJƒs█N»╗\x08ÇÃå!À═"
  b"fæOÓP\M[¥ò|zlÇÉÉ"
  b"fÁË?a!J\x13å¬Ö\x1FÉ\x04AK"
  b"\x0E&(QD†€ÍÚKËÉ+<"
  b"fÒ˜¬è>M¼ŠŽ­\x1E@·õ°"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"g\x05GéÊîF╣êÉOä‗\x15"\e"
  b"g\eÉ\x14ÞÆKbŽI:ƒ^5\x7F\x1D"
  b"g/,fù$Dø¸S­…@(Äl"
  b"gE6ÑÞvN\x12\r\x01#;leƒ"
  b"gaKä½ßJˆ­éµ\x11\x16~¨X"
  b"gs Žó2Ja¨\x7Fâ\x7F\x14Rn©"
  b"\x009ÅcGpî-Þ\x7F3Ö%>"
  b"gØþWíNE6ÄJÈ1Ü┘Oä"
  b"g¯Cç—ŠC;¥M?ÆŒÁ[é"
  b"g╦*eeçNþ╝m7x╦\x00┤ì"
  b"gìj›ÈïAÿ¡]\x18À}\x05¢Y"
  b"gî¦w1¯Gé±*ÿk"1hE"
  b"g³¥Z┴╔M\x11ÉjáÁ)82}"
  b"gÿíÝЦMfªöœtU¬to"
  b"h)zåbÒO[¡•¦!`\x13J_"
  b"h,?ì\x03\x1CI•œ²z;¨\x01µ‰"
  b"h7ë¿«\x02JÓª˜\x1DqUº\x0F\x7F"
  b"hY±WÙÞKΨ4uª²\x07€˜"
  b"hh§Æ]sJ\x13¥\x11kx\x01\x1DN‹"
  b"h~ó5×·@\tž+|_Ÿ!”É"
  b"\x1E–>öK-†ÉØÒ`±Ï”"
  b"h¶Quý\x17Gl’Ê­*ÒqCÌ"
  b"h´┴\x14º OÈü?±c4â¬\x1F"
  b"h %│­~CäÅÉ│Åı▄æ{"
  b"i\x01\f\x03ªðMÙ¹\x05Á:XÓÿ†"
  b"i\x08šÌãEGz­ì?;R-¼ˆ"
  b"i\x17¡«8ÀF[¿$CíÝg¤÷"
  b"i\x1CX└\x0EƒL\x11ø╚9[eðPØ"
  b"iB:Ö%\x1AIš´\x7FÍÄ\x18<G‹"
  b"""
    iL¡ûT\n
    KJÀÅ║¼ÔKc\x0F
    """
  b"i]╔┼ü\x05A┘Ñæº\eUm×}"
  b"ijÇÃ\x11ÜM\e•4²´ôé\x05N"
  b"itHh}½H\e¯à\x1An›Ùj\x7F"
  b"iîl¾­\x1EFê½÷5w\x0EØ:Ö"
  b"iù/&‗7IïÄüuGËÀ¾K"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"iÀT╬Cµ@3É■SðÐú┌╠"
  b"""
    \n
    ѱ&AÉ¡oÎ%0dŒÜ
    """
  b"iÞAµ/€F‰ŽàÖaÜhg'"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"iîªøß(O]š»\es¿\x0F\x1F\x0F"
  b"\x13Â\x07VCç²¹ë©nõr´"
  b"iö$f­ðK¡¥0u‡U\x1A$S"
  b"iök±'ÌB\x04‹ª‰Imf\x0E "
  b"iý8™ßlMx«‘ç\x08Ü)"¯"
  b"j(DÇ\x04JK‰©Ú¢ø2\x19¤"
  b"jH07èhD)†é\eŠÜÜþ1"
  b"""
    jT╣ÏãÖA\n
    Å\,µp\x08°U
    """
  b"ji\v«\x03ÉI·Á²▓`\fk¿Þ"
  b"jxôz;\fLÉç\x06¦¢»\x12"
  b"jñÊÇj¢EJ¢Ù\tìká\x11\x15"
  b"j»|Cg/I\x05‹™\x06L%\e\x1Dm"
  b"jãó\x11x­Iüón\fà3\x00=+"
  b"""
    k\n
    ýö“ïD™ œÐ{r,\x16ñ
    """
  b"k\x11ñ╗³pDÜØ\x00²Ád░:\x1C"
  b"k#à>à—Ge˜mfàs\x03\f<"
  b"k5K‡ÿûL.”)³ŒvåÖ8"
  b"""
    k:ì½S\n
    KÕ‘WžôãléS
    """
  b"kU\x01\x01xæE(ˆÃVÆ\v¥}è"
  b"k\\r#Ÿ‰JFž\x10Æñ#kŸ½"
  b"kÅSÒÁOG\x12ö░├╝ÖÉ2\x12"
  b"k”\e\x12&uD\x7F˜ °C,·x~"
  b"k¢Šc8õK]Œ­mçõÏÖv"
  b"kÊkíÀ2I8¢ÌßóY{‘F"
  b"kÊÕ>(7LÑ·7^þ&®>þ"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"kþíøsáM¦Â\x06¤╚\x05Ììù"
  b"l\x04KÚ^o@DÅNª\x1A¶ÎòÇ"
  b"l&H»Ô]MÞ¬ßÛ¦òP9š"
  b"l2║║OòLgÄF+Þ.«-É"
  b"l=¿\x07ü╗Mä▒Üľò´nÀ"
  b"l\Á\x01˜\vJ^§u­¦HZ‘T"
  b"l_lMº¾DRÅzL¼í.]¬"
  b"lfYò,ïG\x1A‹j§\x18¥tŒ/"
  b"lkO˜=ÅJ[´AQ4Xºÿz"
  b"lwð" ãC\x18¨¿°HŸÕ3$"
  b"lyÑ~ÚlAbŒn\x03Šã†\x1D "
  b"l€\x0EÁ±¢E\x1E¥),ê\x17Óˆ\v"
  b"läÝðÄ\x15E‗óoìxª\r"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"l©╗AØiLçé\x1AF¬q┼ïÀ"
  b"l¥g╩oHAx¥Éö\x05\x1F\x00»ý"
  b"l└Ïq+VIü©dE¢╦¯`"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"m\x17Å´RÓI\x06‚H‹\x1F´ô~¾"
  b"m\x1C&eõ6G¢¤¢UÌ\Ú´À"
  b"m&\rpEÃHʾ\x04Ëms¦\x01h"
  b"m<Fñ(g@_”¾l”Gí\x14\f"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"mIÅûý©Mt¢èvœ\x08]p<"
  b"me¬4õÒAå—¦Çí\x00¼!."
  b"mÑ╠È \x14F#║×§j;ìØj"
  b"m╣Å\x03ÜfL5┤K¯ý|¿\ı"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"mêuLSNFz›\x06r:ç\x7F=J"
  b"""
    n\x07\x11&¥ÝH<­\n
    \x02\x12&IjÇ
    """
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"""
    n:\n
    ê\x17░B)Å¥▓&\x18×~┤
    """
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"na'\x11ðÛGz”aÓSZc.Ì"
  b"nn\x02³£¢Kü³+Z亹<8"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"nr+└W╬BVÉ\x1Dl-L\x19"
  b"n½C;Õ¢O¿€>«’iäÀ|"
  b"nÂ^\x18'éCZ†I:¡\x0FgÀÔ"
  b"n˳\x02 áI·»ÉL›ñ\x1D"
  b"\x08Ç\x10bOq†š_k ê@é"
  b"n×P”\x7F<DöªÍëU‡‰ùe"
  b"n▄┴4¼■@¿à╣×ÅÈ\x0FÃÙ"
  b"nñ»h\x04‘J-±¯¬-×o¡z"
  b"o\x02╣Yƒ¯Cê»WÅ·┬íFò"
  b"o)ûbH†MÁ‡HÄ\x04s ê\x06"
  b"o2zÀ\x00·@~»(X\nB\x14ç\v"
  b"oF\®░øL+ö¶Z\x12&É;&"
  b"oKè\x1DªþBf¸\x071Z˜D~9"
  b"ofvEÐ\x16EйsA\t”îXÍ"
  b"oj\f\x17\x0EÒA—€\x03\x0FÄg ,ß"
  b"osž®‘fJO¡ðL\eQÁHm"
  b"o™´Ö\x03¸M\‘gf\x19™p\x07~"
  b"o×o³m_C\x02ä\e░É\x00\x07"
  b"\x17QîàFù½¯iDrÒ6z"
  b"o­îw“I9 æS¥ÿ8†x"
  b"oêêÑêûL×´õÝó×ãI‹"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"p1–áíªDk¹,˜Ô"ÐÔ\n"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pPEºËÄG©«ko[\tK#t"
  b"pj/´=@Dëª$ÝK‹+±"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"pshþrÌEe¼Ž\x0F\x19…Y?J"
  b"p…Õ@¶LA€°u&/U\x0EŠŒ"
  b"p–£\x06;¶O\x1E„éª\x1CŸøõÆ"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"p¼`¹ÜîMìå\x18×\x05╚F╚à"
  b"p»òd¹\fC¶¥\x15\x7FÌHÙì╚"
  b"pºm<ÉeMÚ¼×òÝÈÃØ‚"
  b"p±黰EÉŠô)Ê/¹ø "
  b"pÊ#·Ü\x0FIH¨\x04-Tþ¤U˜"
  b"pËR5êäC™¯Hïä5lÑŸ"
  b"p╠ÿBÛ"N1Ø\x05▓W\x0F5Uh"
  b"p▀q▓a\x0EM┘½þ­÷zÉ\x16ÿ"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q\x1E)çsþG~³<b‹Žªý”"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"qF`“\x1D\x16NסnF\x06|xª;"
  b"qIÙs\x05çKð┐\tÚD8üdê"
  b"qO1{qöN1¡╔├ìÝ\x17´Ô"
  b"qTøæÚ¯I&³ž'H\x01RÅ×"
  b"qeµPØ\vN±Ög{¯m+²{"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"q©[î…+G©•Òõ Ũö€"
  b"\x1FN}æNõÅ\x7FÍ·Pƒñ¡"
  b"\x1Aø1TA6ºJ\x01ˆ˜¶j("
  b"q╚\x7F\x1FCͺÎôì¡Üf┼"
  b"qð´>0ÁG¢­s\vö&Å-þ"
  b"r\x18oÄ£¨IÉØ)çï\r\x0Fç■"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"r,\x16›Ê-@k§û\x1C{ÝÔ™p"
  b"r9eLWœL$ŸÎë|\r.P¡"
  b"r:,mM#K¤¶áêpN—UÌ"
  b"rUl1ïwLe·SMºá'L¯"
  b"rZ"³?¿Dű·›ˆÊØm©"
  b"r[{%û¤I§Ž,ƒ›«„D\x1E"
  b"r`IAs{A\ršt^K\x17ˆ÷Ù"
  b"rbXv¾éK‰±C2~¦ýC "
  b"rw9ìå\x06D¨ó$\x04ƒ%xèñ"
  b"rzG4%DAÞÅ\x15¡╬o╚▓â"
  b"r…<–qíI!£\x17¾À\x14H­Ï"
  b"r“€A4–C\x13˜²‰^©“ÿH"
  b"r§¯\x04H\x08Ka»\x17gpI\x1DŠ\x05"
  b"r¯]…ø¡C‘¶UÓ³0Õaè"
  b"r¼Æb\•Jÿ¡­3Èç xÕ"
  b"rÜåú8ºFÙœ\x06É\x17ž-`P"
  b"rßG­ù\x03H鿟°¸µ¤õk"
  b"s\x036“¯íG*¤P(N\x01þ\x1Fõ"
  b"s\r\eC%øEœ—V\eëò’y\x1D"
  b"s\x137`w;@OÅÐ^\vyyÖ\x1D"
  b"s a\x1D¿öA\x08…· I,:Éx"
  b"s$ü €*G—…y\x08u6\x0Eôw"
  b"""
    sB5DÎ@I\n
    ¦àâE›|·É
    """
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sg\-$╚C╬úÃÅ\t└#jt"
  b"s~³ë1±B,´D£S\x17+³’"
  b"s‚zÂaTIf¸þöЙ\x12úé"
  b"\x08v3ŠJSŸ.6Ý·Õî$"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"\x07ªñ'G̸ͼáyå\x06@"
  b"t\x056B#ÂG4œÄúvQ\t,\x1E"
  b"tH›1®–I”»c͘±×\x1D˜"
  b"tI\t~2GA\x1FƒÉFR“nq""
  b"tJ?▄Á\x1CC#Ŧz\x1FuT»ø"
  b"tS4Á9 DnäF\x029┐╝êÉ"
  b"tfÛ\x07\e6H\x13ƒ\x03Ø™\x0F(­É"
  b"toÑð\f#D¤·\x15ï»­\x11"
  b"""
    tw\x19P'èOÅ‹·©\n
    ¨ÛîÁ
    """
  b"twµ9-‚E;žk_Œä0Íû"
  b"t”•t~*ND´»öœÝêç|"
  b"tÃ̪ušA'—¨o­±î0ã"
  b"tÄÜO»åJD’§É;ø±[‡"
  b"t╦Sõ\x01¡NÉ©[\x00lkü\x19é"
  b"tÒy\x15\r„NÒºƒ–£NA´\x1C"
  b"tá:§Q—C’€\x1E\x17\x17F²°"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"u\x05—G‰ÞC*º•\x1E˜6ð\x18g"
  b"u\t…™´FG†§…hBûÁññ"
  b"""
    u\x19}ÉæÎJ\n
    ╗ØBéú\Ò!
    """
  b"u\x1F\x03y<JH?®s\x05H;xZ¼"
  b"u!\x14\r¡øLÖ²9eïôÙO½"
  b"u(vA=6@>¦Ù…›L\\x05f"
  b"uVxL×ÉM^░26\v\x1Cª ‗"
  b"ucsìçRBùsŒ\x08L;ªw"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"ut±ûWôK­¯L>]Êâ‚\v"
  b"\x17nØ¢A_ª>'\x1E¡§"q"
  b"uÝùÚ¤\x00@ÒºW‹{\x14þ\x02*"
  b"uèylß™@DœØ0\x05b\f\x1AH"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"uõl9ÎòKM¨•\v\x18ê¥ô"
  b"uøW-¯(F*‹::\x1C\x1Co\x7F"
  b"uÿìÄyÛMr¡Ä[\t\x12ÈwL"
  b"v\x02cæí»Oá›\x00A~Ã^ý\x1A"
  b"v\x02ë?)âIõÆ\x16à│Y¢║ì"
  b"""
    v\n
    \x10‡ØýNù‘¨š8ÒNý…
    """
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v\x19jåÔ\x03F`°º\x04òáþœŸ"
  b"v-òøÛ³LÓü\f)8By\x0Eû"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"v\wìÚÙ@ç¿c╝|\x1A\t\x19"
  b"v„ùtH…IW’ö"ñaã¡&"
  b"vçÂɾ¶Jéç ¿\x01\x1E\x05╗V"
  b"vô{¹ìçO8«û\x01\x02\v²5\x03"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"v¥2¿î─Iö╝qüi\x10\x1AU$"
  b"vÍÀ~ûVGs¡TùÞ{(Û\x05"
  b"vÙSŠÙbOγAµ<(`\x13"
  b"vÚQ82╝Dî6ÅÉ\x06D\x01Á"
  b"v²}╗\vÆLÌ│üÅûcñAt"
  b"v Ñ0oGNÒüÌôûù═uê"
  b"w\x10édn+F\x7F¼”6Å\x1Açϵ"
  b"w!p.í=OÜ£½IYȸüo"
  b"w3┤ÅÞ╩F8ƒ<Ó·ÒyH"
  b"w_%\x01ñÅBƒ®x┐zÝ‗¥m"
  b"w`£TðÖHüâA\x08­O´.J"
  b"wwØ\x12ßKO•‘eâ)¨s\x1A\x08"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w—ì\x1F0üEH¨S\x12–¡—Oz"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"w¸hš¯8D¸¶¶Hq=w&à"
  b"w┴É9µüOÖ¿\x19\eÃ\x03ı®¤"
  b"w╚Sü\x03ÐA■░/ö0═ð╦,"
  b"wãÒë ©E\x14¯Å\x19‰g\x00±Ú"
  b"wåïk@oHó®6\x04~<îŒÕ"
  b"wç¼j°ô@¦³ìyéŽ\x06à\t"
  b"wÛëó£ÿI\rØl¤Òg*Ê\x18"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"\x03¤1¤IN“´î¼\x17r\x07"
  b"wþE)a{@’›\x00\x18NëULF"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"x[!éwºIò‘jZÏ8b þ"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"xre4\x02FDéØ0┌\x02}╚Â;"
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"x‚iG[ùL,£ÐE’\x15vÙv"
  b"x†¾\x17nŸNž´L7Ò/ñ\x10©"
  b"xêÎ┴£$Gߪ╬É3²Á\x19"
  b"x æºx\x1DN‘’@1«^*\rº"
  b"xíýz┐MASïÆàì▒æ)n"
  b"xד7ncDq„$y;\x13¦X{"
  b"xêOtÀûB:ºÞìÉ\x00òÏ€"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"xþn\x1AR‚Nb…\x1FÍÝò¼éü"
  b"y\e▒v3øDt¿É¥¼Ò½\x06À"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"yn?ÁQÎM▄ì╠Û.Ä\x12u\x16"
  b"yy4b╔ìJ×┐e°├¸=\x13|"
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"yÉßìØkBÑ░ò\x056g¥úé"
  b"yù▀wå\vF;üûI\x1EØ{.\x7F"
  b"y š‹Ú€Jášñ“%wÇ!\x02"
  b"y¥q»ÁÛJûœ.\x16ÚÐ\x0ErA"
  b"\em0yII¤»©wÌ´ÛX"
  b"yÌöÞeºOê½\x07§P†\x06›>"
  b"yÛ6„dì@ꛂý(í2\x06\x1C"
  b"y¦ÄQ!\fLAü¿p)Ùƒ`»"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z# ‰R°M¦ƒüð(d¾só"
  b"z'ö╝ËåLºà¸·ÛütvÐ"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"""
    z8µüÞ@GÕ€7dAìÁ\n
    ¤
    """
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"zU(דËBž½ã‚èJ(Ú†"
  b"z[³vÎhJ¿¡µ`¯\x11´ÇÓ"
  b"zuˆå1#Að‹ÓX\x1D\váz"
  b"z‡œIâöOñ­ \x1F3‰Ï\x05W"
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"\x1C\t7'Cž´*þt&\x18Òƒ"
  b"z®÷ÊËlAU´LËOª9µ¤"
  b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ*"
  b"zãk/Y³E‘¾MµQ\x11ÓÝp"
  b"zÞôö6ÂN┘╗r╣P¾É¦F"
  b"zöoAWÿJ}Œd§¡½\x0F"
  b"\x1Ay&RAÛó\x03┐¦▀_ÆÅ"
  b"{\x15Ô‰IáLŠ»u\x03ôCð_ö"
  b"{,\x0F£WÍL\f¢j<’VþÚ\n"
  b"{03eFwL‹—?\x1C.søÌ§"
  b"{A̓Ã_O<‰.`‹¯\x13Ô…"
  b"{H\x18»ŸšI\t¸÷ºyý.JÈ"
  b"{Xo‡\t$Oñ«\x13z\vÕžDb"
  b"{[rC9\x01M1½yÂüaÁûŠ"
  b"{`|æj¿B\x00¿’䋱\x11"
  b"{of_Ô\x1AD|­¦ˆ\x01\x01×Î}"
  b"{{7b\x10sJxØÀ¯▒\x11Wõª"
  b"{‚\x10\x13©ó@ü¶÷\x0Fzvκ¸"
  b"{äâãcDL¸¼íQì®\f¼Æ"
  b"{“‹'TAAÛ‚±o­\x18ï§u"
  b"{¹þNHƒEŠ„±àVk~°˜"
  b"\x01Α A#ºÒkAìÇÛ¯"
  b"{í_±ÍñOë•·\fŸ\x03\x05"
  b"|\x16³M7qDL©\x00&J—ý5Ã"
  b"|\x186܃CO-ɼï Rà.å"
  b"|*$Q›ZNÝ™ÖSíDQ[t"
  b"|+\x06ü\x04`C\x16\x17$¦–…>Þ"
  b"|=Î2ÂoD±®\x05M¸wI·ˆ"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"|pò/8çB5™vx8Ý\f‡œ"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ƒÚü\x11\x15D ŽÕÂ\r{ËOû"
  b"""
    |ù(³Ð\x06E┼äF¦\n
    ï\x04 Å
    """
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"|Ÿ3š\x07\Aš«`û\v¿\v\tÖ"
  b"\t½\x1A…Lè£Çßy\x1DåŽO"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"\x1E¨˜_JÉ›©p=ÅGÒ±"
  b"\f·‘ÒBú¶¼-\f#8hÉ"
  b"\e»oßIùŒ£êò¬9‹Ï"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"\fx\x08þ@4ƤŦè§PR"
  b"} Ió┌\x1EHàô\x15{▒»YÉ■"
  b"}-Š{~~Fø¢\x1FÈ'Zs‡‚"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"}8lÅÊAL[▒║\vò¶¨.Æ"
  b"}9µ÷▄\x1DKÉ░Ví0*Ù}\x0E"
  b"}@9“ÃøK“’øröp\x1EÓ."
  b"}PAPhÏN<¡'æoi°qK"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"}a\x12>ıÉC\x04û╚ÏÈp\x1AÝG"
  b"}r…¦\x0EµD)½¶‡ŸÍÌ\x06¸"
  b"}‚^òùèCH™UwAÓ6ä´"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"}ìkO;\x0EF3Â.ç\tj(ßa"
  b"}–\x02\x1D†„N4·-é#dPUA"
  b"""
    \x11Kõ’J<„\n
    ™Þ¼Îƒ&
    """
  b"}¤; ’DB\x15…cJ¼¦…XZ"
  b"}¨U­QJNÓž8·\x02a\x08šd"
  b"}©^ÉK†M9¹Œ¨ÿƒ|+ö"
  b"}°Þ\x0Eq†Jé†È»\x0Fë\f\x1A"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"}Õïô[*Lqغ5{°&ß]"
  b"}¯ÏPp1BBìºL╩&:.%"
  b"}±î\x1Dk╦N:Øe\x17\x17d_*÷"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"~ U╣L░O\x07ì5æ─QY"Ä"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"~N¡~B\x1F@'¨\x01çï;\x06é‚"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"~XÊo\x18…H\x04ƒ¶Ð\x04úäÒ\x0F"
  b"~a\x11ø\x04ÖA\x1F–ÿÆ¡Ÿ'ÜŸ"
  b"~|\x19$[\r@*«É~|¾W\x07\x1C"
  b"~\x7F\x139ÛB΢ï+\x16„º¾Ö"
  b"~ìü¯Ç\x11L2ÅÐM¹¸D\x1A5"
  b"~¬d”¢ÐCü–\x1D½ÉyØðm"
  b"\x19±╣ÛC´╣Zcì+!╠£"
  b"\x7F\fOƒ■BD▓▓¿üaî│en"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"\x7F&ŸÜ$ÈF\x08°P`ßD•C\x1F"
  b"\x7F9\x03†0bKĉJó¯æ'a_"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"\x7F³o8Ò¬L²ž\x18i“E·ä"
  b"\x7F¸'¯>\x08L\x15º\x004„t\x14\x04\x16"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"\x7FÀ‡žØôKe¬ïDá¶Ô±ï"
  b"\x7FÓ\x14\r_üK¾®3|—Êè\x11¿"
  b"\x7FâÈé\x1FµOB½óy¡¼\x1F\x1F­"
  b"\x7FëíK\rLH\x18ŠK\x19Í\x1E±Á—"
  b"\x7F÷4\x7F\n\x00C=‰íò÷@\x1DfM"
  b"\x7FøùS\x0Fú@(„ââÑ‘aoœ"
  b"\x01\x19»\x0EÈO†­k—oLðÍZ"
  b"\x15ÙXHÇCLjñû´œ6òÌ"
  b"Ç*íÖ\f#IÉämC=áßÊÒ"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"""
    ÇT\x02f┌\n
    L?Ø \x1Ft`»óx
    """
  b"Çg▓ZöÅEK╝v®èÌë\x128"
  b"€kìµ\x0F#G-¨ö\v5öêòZ"
  b"€’OLmºC\x0F–Ê\x1D¨ò'h}"
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13µ"
  b"€äI^?îB·Œ£Üyúk É"
  b"€ì_æ\x0F—Hk¶<\x11H9Š\fÚ"
  b"€ïNa\x1D”Dq‹Au/w›»["
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"ü\x13j▀ænJ║║r ·á\x07õ\x1C"
  b"ü,±Áh"IkòáÇ%vÜ<="
  b"üWìÃCÏJcâÉ\x1D\j`_ù"
  b"üXô·StCî¡-M\t╬vÛP"
  b"ü_m®·òAýبLåÓª\x07\x15"
  b"übÙÕ║ïHdâÎè\x08\x18+\x7Fo"
  b"ügD¸{ÙK3▓s\x12ørÃx\n"
  b"üx2ñõ¡GTÂ\x1FT║\x16├±Ø"
  b"üöÒ3Ý\x7FB┤º¼/'qw░©"
  b"üÿb¸║¡Jëé^ü\x08\e±"
  b"ü¢╗µqÆF2º┬ÝäGaÁ╝"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"ü \x17¤ıâL\rêý┤SG▓└Â"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\x07wcì”J°‰\x02þñœÆ\x195"
  b"\tL\x10Ô¹Ow‚õÞÎ\x0E\x07`\v"
  b"\t wxüDB†dþè6^Kà"
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é\x16\x02Ü!ÕBÇü½Å"[\e\x1E"
  b"\x19„6‘‚G\x06·âæò›Ö%H"
  b"\x0F6™FF1˜¦KÈ‚ù¼\x11"
  b"éA\x18{\x05xDüçxiãiAY╔"
  b"‚L´a\x0EƒNÓ‡å8U\x10fÁq"
  b"‚Ru|E<JŠ—TÍôb·\x11¯"
  b"‚ZßA\x10\x18G\x1D·R\x13C²|ó–"
  b"éZÒYßüD9ó¹~=ïA¿Ð"
  b"ép║¶e0JËÉ}\x13ª─o║ƒ"
  b"‚sôm?¾G.¶xË#Õ¾ßl"
  b"‚}€2‡IC\x0E´¸¶¸MPƒI"
  b"éÜæ╬»ÎM´░cûs¿RØõ"
  b"‚ž“Y6ŠIã’\x7F³\x06öêM“"
  b"éó\x04á{¹N╠Éß=þ>┬l?"
  b"‚«n7hÆLƒ“ÐJ3Ç$ˆU"
  b"‚¶CeEAB»œWéý\x12x\x13\x04"
  b"é╣«\x03ê2KRúEÅ\j);P"
  b"‚ÜÏÚ­áE-´2YÈîÈFã"
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"ƒ\x12¿˜Ô§MÍŠI´\x04Mw\x12þ"
  b"â ­\x18§²HkÅj¶uHf\x1CZ"
  b"ƒ$SÍœuC½³’CÕÐ͘."
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"ƒ.\x15TïqH9“lX.(K\x12¨"
  b"â/TüwjLÐàªÑ3ûÆhô"
  b"ƒAÂ1@‘@Y‹Fm\v^£#¿"
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"ƒf‚8öbK\x02˜!Wä…Ý\x08¸"
  b"ƒwå\x11\x04[NáŸé\x0F9<\x1DÄ\x05"
  b"âüT\eB\rL\x0EÁ(─ã¦áê\x16"
  b"âøTá8‗M%É\x17E­Oð│Ë"
  b"""
    âíK)ƒ_F┤æ£ú,\n
    \x15Ø▄
    """
  b"ƒ¯¢Õ6xN§¹kÖÓý~Or"
  b"ƒåE»²¼@Õ¡a'mH~Zu"
  b"ä\v8;É8L7ì\x11;ªÇÿ0ı"
  b"\x10\x01\x02Lw@¾7¾qúoœ¨"
  b"\ej^Mï@_ŒÏüÚdn ê"
  b"„>Jd¢Ì@ݾi´Ü•–\x19\x00"
  b"„>aôšÕD‚Ÿ\ ƒKÕnE"
  b"„Jà]¤ŸAç¨é©©µSòÿ"
  b"äRK\x02¬YFSÉ├öþçÖE&"
  b"„Wwøª\fER¼Ó’ji\x01ú\r"
  b"„a˜~á\L\x00œr™¦ë'œ™"
  b"ä~Ã▓┘¢OXó┴¹▀ì5kD"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"„¶§(´¶Dý±ó3óÀ¬¡ƒ"
  b"„ÀwÅ 7O¶·ZØ#\x1A\x03\x04F"
  b"""
    äãÉ═¶ÃO¬¢KB\n
    ╝▓Ð/
    """
  b"„Æñÿ±\fKs…¶š^À#&…"
  b"ä┌\x14àSåI╩ÅÊMR║û\x1A4"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"""
    \x05´3û°Lx„[ü\n
    ûs\x05T
    """
  b"\x0F®S7\vM}¦\r£\r÷Dܼ"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…N—GEæL<­&\x1Fd]û‰©"
  b"àY\x15ÅÙ`G╗ëK┤GýîK╣"
  b"…‡¨ê_CI,¸/ÀÄã\x13"
  b"…ˆ…z\x02\E\x1F‘lS„\x1E¢¯>"
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…¡ôh>æF­‡s”=­¼\x17\x1A"
  b"…¢¸¿O\fA\x07ƒt×d×/L±"
  b"à┬\x10╬ØÍH\x05Ñ╩7¡Þð§ä"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"à█┬\x10ì²L ªƒ\x06\x13╚û\x02ƒ"
  b"…ãPqu‡@=“Ó/\twtç\t"
  b"…ÿ)êO\x05Js‰iaW-ð²˜"
  b"†I\x00«~ÊA\x1C’£(V[<\x01é"
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"åe·╣!ÒCÖülÂ]▀├{´"
  b"†„Uv ÛEf•SÎB½Þ\x080"
  b"†­L5VúJÞ­ºåƒœAá("
  b"†Ø\x1Chc\x12B~–Xë¹?Ú“ü"
  b"åÔ\x0F:\x16ÇCÉí6útT\x1D>\x01"
  b"\x1C+ù‰“F€—\x04Y\x07!\x19"
  b"ç$OÚWáH±ìÄw‗²\x7F»‗"
  b"‡8ë¹û¾IeŒ¸íªYŒÐ\x16"
  b"‡M-\x16‚CJ·Š2b\f°ó‡\x06"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"‡{·˜ÒìFŸŸûFIBBáZ"
  b"‡{ëAøD?¼ÍÄ¥å[á­"
  b"‡‰%çò\tN¿º©\vú\x0F0\x13Ú"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"çÉ&l│┌F!ù╔ƒ╗±╬¨N"
  b"‡–#q¦ÿKñŠJ\x1Fßö2\x0E"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"çúÖVŦI\x14û<h£##kÅ"
  b"‡µ~ø7sM×­ÂT§¦‚O½"
  b"‡»~\x1C«šHµ®j\tY‹C\x13\x18"
  b"‡ÇY Û¸OÚŒÿ[¿\x1AË«†"
  b"‡Ë\x0E\x0EÔßAÜšç.ÆUAcD"
  b"ê\e}G°ªD¿Å\x07Tm9¡\x19ã"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"ˆ)Ù²(ýB\x01ºàø¥\x10x¬+"
  b"ˆ+áŠÆ¢D&·&On¤Xr©"
  b"ˆ2àÃ=4Dïž•\x05È­ž>"
  b"ˆBäa­ÜAPµxØIËåÅË"
  b"êK■òR2O<æ─ÛÏaÅU\x07"
  b"ˆSì"D)F¥‹1qœÁ»ªf"
  b"ˆXêˆ \x07Lk½Ì)Ïv\x1C"
  b"ˆclQ¸!I´žïÖæíÒ›>"
  b"êì1×n{IØÜ l¦Ûõ\t."
  b"ˆŸÂ\x07‰oLP„3\x01’o¾d\f"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"ˆÓŽ\x18ÎAC\x0F¤Llœ~Ø\x17D"
  b"ˆëùÇò\x1DG\x06ˆ£º0·)(Ý"
  b"\tÊ66.Oïš-eÓ¥;…O"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰=íbéØIξéÏš¬Uþk"
  b"ëCÐUÊ\eIæÉ╬█»\x1F\x04t"
  b"‰UÅ‘ÙÛD¿•‚‡\x19àF¸§"
  b"‰b›Ðû J“¯%œKu3=‘"
  b"‰k{>÷\x18D˨ý!—ûQ¡z"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰l'd† D[·&\x16—5Î,\x0F"
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"‰©›\x10\x00JN³c]‡e\x11™X"
  b"‰ª–¢ðÊAõ®É+ðž\x175E"
  b"‰¹D2/(D—¾]éz\x01”‰Á"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‰ËBcJ4J¯ïò`‹\eÃÎ"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"‰æT;º²DŸ¤Iñ¢$O©ï"
  b"Š\x0FäÕñ•M†š\e\r1К"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"Š9hhÇ\vJ§€\v¯Ožë]:"
  b"Š@SÂÀ¨C­½•&)R8e›"
  b"ŠB6ÇbÀJ­‚a3ßVíÌË"
  b"""
    ŠM\x1E‘W9M÷®\x05\n
    ´p¥R%
    """
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"Šm\x1C0\x1Ea@d¸×lp×\x10b…"
  b"èqÓ\x14@`@\x06Å■▓╠;;bû"
  b"èü)O█ÅC\vÖ0ótòz\x198"
  b"Š‚÷\x7F¡JCñ€Ò{|öF_°"
  b"Šˆ™«~5Gª—Ë܆9_\x15%"
  b"Љs\fÍHDô²‰Ršë(\x17´"
  b"о£)Ý…E›«\f±¼åô\x01£"
  b"ŠÁ—Üp:AΦ‹a…5‚\tp"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"èÛ╦$\x1Aä@]üújûdê(ã"
  b"Šü¿N”ñC\x17¤Ü»\x11XH%j"
  b"Šýœ%z•OMžU\vÎ×õ G"
  b"Šÿ¥b|ˆA=’©g˜;\x08b\x0E"
  b"\x11m\x16ìwMTƒ#…ìNd`Ì"
  b"\x19¤5î—MÏŠ{ Y{³\x04½"
  b"ï#│\\x08\vC}ÿÛµò\x10Ê║Ø"
  b"‹(Öþ\v-D2ª\x01ˆ\x10V…êJ"
  b"""
    ï:cv\x10üE\n
    çÎpC\x7FÏ_┤
    """
  b"‹Mþaá˜@© «r[í\e”Ê"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹^~€íÌDÏ—³Z\x022AÃ<"
  b"‹mh¤´ØF\x0F»×ûmžê©\x1F"
  b"‹~ÑqDžOÔ°tž-RÆLß"
  b"‹‡Ùï\x04LC'š6p*Ê\x12KU"
  b"‹—´[Û&O­£¼Î\x7F»Œ\x07~"
  b"‹ zWT`IcŸ[–[“\x13"
  b"‹ÃgÂÁhOOƒ~¸¦s×ÄN"
  b"‹Ç,‰uöK/¤Œ!¶ÑO‚«"
  b"‹ÇÀ_y"LÞ¿©tÍh9š’"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"""
    ‹Û(ÏMRD÷…–oB\n
    Tf˜
    """
  b"ï°ıFNPJËê░\x11\e└P9Å"
  b"Œ\x11\x11B(\x03N%‡ã^´6\x18\x1E?"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ\x1CáC\\fF=™Jpº4Ìe‚"
  b"Œ1úæ})Dލ¬qÀ4?åÚ"
  b"ŒC\x17ã¤ïM>¯¡Î€jY&3"
  b"ŒCA\x04ôqBí¤&\tø\x7FÕ}J"
  b"""
    ŒIŒPñÓKþ»Ä¤q\n
    *΋
    """
  b"îUÅú#¨Ib║ÿ¹¥wyõ:"
  b"ŒVô™Â\x7FG®¬ïa¨?æ\x06¼"
  b"Œ^B\x1ATÁDøëÅ\x18ë­sX"
  b"Œ_\x1D òNJD§åøÑºž¦Þ"
  b"Œu¡¶›ÏF\vŠ›ðÈM\x1D"
  b"îèòGEð@ÎÅa╗M\t\x16Ã■"
  b"ŒŒ«*•²C\x13‚ûcÌ2„íP"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"î®▀\v\x15PL7üë´±yıéï"
  b"ŒªŽ€UªGº›Âf¼\x03­ÀÁ"
  b"Œ°½+½ýE§ •\x01sw*?¡"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"î┌5ºEsDF║ìË\ÂíÚ╚"
  b"Œã\x12b•ëG7µ®š fÓ°s"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ì$\x08ói.B\x1DÂ"VB i0j"
  b"ìWÖð¢\x03E\x1Dô²g\x16Ѭ,\t"
  b"ìbB^ÁËNÒú}Ü┌tpNQ"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"ìdv4Ö█M═ÿ\x17jà╩\túS"
  b"ìhÁX¦5D▀è'ð┬┐ö¢╚"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ìrqÓ7┌K\x12í²\x11ÒÕR&\x08"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"ìÉô"b&M\x16╣¡ót\x13È░à"
  b"ìÿ░od\x1DKüº=■Ð╩nwÒ"
  b"ìá7®ÓWF┐ç@jCº5ÿt"
  b"ìÂÓ|\vªDêÉ┌R\x7F \x10░ "
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž\x15V4UHK\x04·–ž’(\t"
  b"Ž\x1Ašûƒ2Fž†Üz´ødÈx"
  b"Ž\eÒŸy AÞ’•\x11¾>\x07·%"
  b"Ž;w\x1F’fOL‚¿¼©·íµ”"
  b"ÄDÈT"kD╠¬F\td.tüT"
  b"ÄZGï╦8A┐®\x08_─ııÅG"
  b"Äà&Å\x12WE÷ÂkÛâ#*Ñw"
  b"Äì\x08Ç\x14¡H{ôó­o"|│""
  b"Ž’L²\x0FvC©¿{ïr`¼[Â"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Žžxþr4M®·ÛÇG>k>W"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Ä┬É1Ì¥F&À½\t$ç┌ÿÞ"
  b"ŽÉôƒ\x14MD\v¬\x15T}U=¤["
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"ŽÒ\x11åŽÒJ͆ç°D¿¸6`"
  b"Ž×I+j‘Dж(\x01ÿ­Öí\x01"
  b"ŽÛ-\f¹„O\x7F›¯Eº"Ul&"
  b"ŽìJQ¦¡K\x01“*\x03³~`KF"
  b"Ž÷Ë'röB•Œ\x12­l›˜Ùì"
  b"ŽøÂ\x13•ŸO`¬¤v޵àn»"
  b"Å'áõeÈKv®^ÔÔ?ß▄Z"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"Åh^8╝¸D▀ïl+³`├╔#"
  b"ÅÉ\x08!\x19QEHÄ╬¸.ÇF\x13â"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"Åıç(Æ4A\x14à\x13¤ƒ░Û¯1"
  b"Å▄0\x00û«E\x1CÀÒ\x06mc¼\x02÷"
  b"Å▀6┼^VO[╗u\x17ÊÎOP["
  b"ÅÔ*V«╝N├Ö\x10═┤\f$\x0E"
  b"ÅÒyg╚³G"ëFo\x18t®¥c"
  b"ÅÚ\x1Fbô.@\f║¡$░¦³²Ð"
  b"É\x04q<º╦Cs½nýe \x08"
  b"É\x14┤/ÈäMD┐ð╗¤¤n╝^"
  b"É\x14Þ>\x1F\x05Mô╝Ë\v╬âoYë"
  b"É.Z«°\x07D»ä×á╣═̸?"
  b"É1fßÿSL¡ï³w/Þî7N"
  b"É5ó╣ÂÐH\x1Cüºç²GÛH└"
  b"É6\x04âüG\x07Äó\x0Fmþéûd"
  b"É@f░:ìJÃ╗ô¿╣+Î{O"
  b"ÉE¶ú><BÙ╝┘Å\x0E[█DG"
  b"ÉG┤nI:HN┐ô#\x15¯\x1Ef\x01"
  b"ÉHkÙ õMW▒\x11╝HÈ]i▄"
  b"""
    ÉLð(zÔH©å&èÔ\n
    ÿÄá
    """
  b"ÉmÀÕÅÍ@■¬¯\ezÅ<\x19ı"
  b"ÉtÖåU<L·ô░ÞÓ\x03\x14¦Ç"
  b"Éàxóå­NúëÓìÿþi\x15P"
  b"ÉÄ╩ƒ╔&DHï\x08\x0F┴I¤╬""
  b"É«Ý,_¯Fí░?Q¨r\x00ë¾"
  b"É╬&_·\x06B═╣pÖд┤╔´"
  b"Éý:>7\F╔øÏé¸rܰ*"
  b"\x15ÃiÒ¼KԜؽrC`¹5"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘!$iœDMI­¤\v"H#ªl"
  b"‘#‡8z×L¤¡~÷©õA“\x1F"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æ5õìS╣KsàÒû+lvÞZ"
  b"‘O³°tÿF¶€”‡·ï\f\fÓ"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"""
    ærá\n
    ë+Nváª\x06õÜÍÅÕ
    """
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"æü§°\x11Ä@rû \x00\eÙ«ùã"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"‘Ú”1#ïHv®AFè\x07¸‰Ü"
  b"æ█╬ÆwBAü«1øª²Õ9ç"
  b"æ▀öÜó}M┬Ø╔tZ¤éðh"
  b"‘þÓðÿ{Bþ¤‘>£Æd8²"
  b"\x03âQû\tIͨ\x003\x1D¬;§Ô"
  b"\r\x01$GݵòïËiê;¢"
  b"\x0EƒÏ\x06tF¹¿”2À=\x0F\x15'"
  b"\x0F\rŠV[Aõ•Ë«¡­\x1A\x00Ð"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"\x1D\fWyRH‘¯=\x13-•ië7"
  b"’%'ˆ¼„L?µB9%lý@]"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"Æ:\x1D6\x15 H\x1CÉß\x155*╠\x05\x13"
  b"’[æ™RðL=¬·\x08<#‚ør"
  b"’j’àh´N—½RÜz5æbS"
  b"Æm░(¼╦@#ÿÅ\x0FJT\f{▀"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"ÆÉ'▓‗\tAlñØË\x13W=>X"
  b"’œ¬À[*K_¬«ëFÚaáR"
  b"’²Å\x01ù0FR†W\e\x122\v"
  b"’ºb\x13·’Lœ”ê|óί7À"
  b"""
    ’Ë\n
    yèbG¾½ÆäÄÒ\vg\n
    """
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"\x018ËêhFÄ–\tw,¸‹ä­"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"“@&P¤\tO™ \eËs"˜±U"
  b"“‡¼ð]\x14EGŠUI¸Ùg—­"
  b"ôìµ\x1Fà#E\x1C®åZı\x19T╣\x13"
  b"“˜—ˆ6SHy¨¬9h\x17-'±"
  b"ôØ\x06┌·ñCÍÖtèTËò:L"
  b"“¨¿6\x12ÂCÁ§¢’Ì\x7FŠû_"
  b"ô»│çü\x17G\x1EÁí=V%m\x06ã"
  b"ô╦e´íkJ{èüÉdOµÀE"
  b"ôþ3_\x17\vMÉ┤ìÀá\x1A<éÌ"
  b"“ÿ\x03\x08þGMo¢×XpO¦u“"
  b"\x0Fbà@\x1FB§ž!ë‘°6\x07U"
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"\eä+\x05\x1EGÖµ\x1E>R¬le9"
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"”'î\x7FÛÊJž¼\x1F\fâïäW;"
  b"ö\\x07 ├ìG~ªÚXCó1vÅ"
  b"”k‡¶"$JŒ„^[äbÒM\e"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"”~cwîIHì³YžN‘´»”"
  b"öìöXÑÍI\x11ìYRDÌÆ4Ý"
  b"öÉx2Å╬J╠áaÎcXÇ\x12Ç"
  b"”³&–I)F–ª›²\x03;…ý)"
  b"ö£ÿ\x01NCiür^┐\rDñ▒"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"”×ÔF4øF\x01—âgbô¸\x12^"
  b"”ß3\x00L\x1EFË–t°€%\x1E%{"
  b"”ühUä„FW„¢¨]6\e©Œ"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"•,º„\toGÙ–Ø9çð\x1C~N"
  b"ò1è?û░I\x1Aäàïô\x1F\x1EÉ"
  b"•5\x08\x06KþµbS<À)\x00Ž"
  b"•9!×§wH¢Žò˜¢A8Dä"
  b"•Lß\x1E\v’G÷°á9Â%ý\\x07"
  b"•USœƒ\x19Dr–QáÍ\x18\x17\x1A¾"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"•k´/•ÜKî•Í\x1D„uï\x1EÉ"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"•ƒÀ,,oCäƒ|3õÓ|Ú\x03"
  b"òî`nÜdFR¢\x7FìY▒Ö<­"
  b"ò┬╦ì╠éIëû\x0EÈ»║ug`"
  b"•عðÄÓB”¢˜…rëÁÏ\x7F"
  b"•îJ_«{E÷­žKærm‰}"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"•ûÙ\x1F\x07wFD†9V\x04Z—[¤"
  b"•ü0\x08ןL¹„z9OOK\x00ï"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"""
    û\x10\x17c\n
    \x1EL¸¬Í=5ÅÛ"\x1D
    """
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–<2b%íI\x13¼¢\x03\x0F|çŽë"
  b"–>"úô\x7FH±‘Ï<Õ`zOë"
  b"–M»âK7C∱ž%f‹¹‚"
  b"–SÒ¨”jLI»²–V&"
  b"–[Âë:\x1EI¦ºŽ >¦\x04ÀI"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûÄ6‗SæIÏô\x17▓°ÓëØ\x07"
  b"ûÿ-┴║ÀIYÀã;─HÔü┬"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    û├ͤM┐øÇhWøì\n
    '
    """
  b"–Òå‘G®N&´Ïaøé>\x12="
  b"–Û_sû©GT£×ß"}’¡\x12"
  b"–á>Ù\x012GYŒ\x15\fQW<©¯"
  b"ûþ▀øz┬AǽÅ╠bØGPR"
  b"ù\x03[É%ùIJÑ~█k0ù═¿"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"—6Áå¶%DQœE]x@ö¹Œ"
  b"ù9Ç´½\x07GØ£c$▒Uuô!"
  b"ùHì<.cF┤äñ─ËUéJ╬"
  b"—OcŸ\x05dB7¶<åY‰¼“a"
  b"—h7ãh\x13@C¶¦àõÜìœá"
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"—q¼ç…óIÅŸtLc}Õ¯\x03"
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"—’z¸É{O#Ÿt\x1C³´F8&"
  b"—žùá6#A¬©êY\v¤‚»…"
  b"ù«Û=PSDXØM\x0345á³\x1E"
  b"—Ï$àq‰FŸž«×+n<“."
  b"—ÛÊ›AÄB”“\x17F®¾s‰h"
  b"—ãôð+¥B\e¾‰ª%«%¤s"
  b"—÷)\x05ýwKÛ„\x06ñ\x17\eR"
  b"—ü"†êì@P§\x03ðú8\rR="
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"˜9µÒĆD2¤¥lšõÙâ""
  b"ÿR춺È@dªþÞ6├Î>\x1F"
  b"˜Sm¥\x04£Nz‡\x01‡ûV9¨$"
  b"ÿXL«\f■NÅÜÜ\x19$Ô╠så"
  b"˜xL=+ÍMNµ"Š×5I\x05ù"
  b"ÿ|=uüûK?ä\x1C<¦Þ-H\e"
  b"˜‚ãaØ}B¾‘•&ðïâb6"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"˜›\x11‰É\x19HØ„2l£ì2‡³"
  b"˜½Æ@œjBß ¢ûh†-{Ž"
  b"˜ÍXnÍçK\x12¶]g\x05ÂWj!"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"˜Ý\x15¨€‘A…ƒ\fêÌô™ƒ\f"
  b"ÿ¹\x17\x00©5D¯É│­ð╔íı\x15"
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"™,\x10f!ML¤¡½ü·@"pM"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"™M\x17êq\vCd©S°B|\x1A°\x08"
  b"ÖP╝ö\x06¢M~¢q9\x7Fé´|ì"
  b"™WrHX#B*¬ÏZ/5\x08¶!"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"™Yà5ìÒCyžj°\x1FŸÏÅÊ"
  b"™\\fÂaÇI\x10„Ù7ÎÝœá\x01"
  b"™yÒÑÖ\x13EŸQ­één…\x05"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"Öï[╬ì×N`¢╗£+Ù└±§"
  b"ÖØ!AÈ4K$ñ`(\x08£8╠\f"
  b"™¥”ä„|H‡±¼¸#þ\x17L‚"
  b"™¨ù\x11‡•M}™h­ðÃ,JÅ"
  b"Ö╗;Ñ╬ýMþÖq‗ûìu S"
  b"™ãc&Ð_Où¢&·Å¾ìp/"
  b"™õeˆ•–F>¯ÁÙo÷\x18Ýñ"
  b"š\x04—ù\x0EtDGˆPç`Ðoèl"
  b"""
    š\x12D>õ\n
    F€¸0>\x08í«A¨
    """
  b"š\e!õ2ŸI©“òùÅ\x03V”¦"
  b"š\x1E<!¹ªK\x02“¾ùǺ› Š"
  b"š'Ë0áRK‚ˆ\x7F¥lî}B]"
  b"š58\x02\x1CXOÛ¸Ù\fáÌ­@\x1C"
  b"š<§)4QIp—쯰W5¦\x1D"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"Üz¤]±-J§ÿ\x18\x16HÞuÊÉ"
  b"""
    Üâ\x1CÎè\x10KWê\n
    \x14}ì¿T×
    """
  b"šˆM7X#F?‡"•„$\r\rý"
  b"š‹jŽ\\x12Kbºž¯K§Ñ¿Ô"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"Ü║z\x03å¥KPØÃü■\f\x01"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"šÖzkРF\x00ŠFƒ\x16\x01["
  b"šßnŽ™(Lî¯õËêëJ{Ü"
  b"šö©\x0Fƒ9F\x03™Zù±™\t\x13ö"
  b"šÿû\x0FƒüKÒœ\vfÚR¿ì\x03"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"\tØQ“A\x11¶–ˆ\x01\x7FºÔ|"
  b"›*¯t\vãO3ž—TÊØÓÕi"
  b"›<ÅFè\x05MÌ«¡D5aÒ†Ä"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"""
    ›x"´å¨L™‘{\n
    X\x14¤áá
    """
  b"øüU·├▄GÏîÒ}-á­F┴"
  b"›‹›Æ\x08¬N¦ŽÕâ…`Åâ\n"
  b"›Ä\eãíÆE„¼ÑæE\x02€#ú"
  b"›Í´?BHGf¾ ©\eîn\x08\x17"
  b"øÍÆH\x15ÉF¥Ç\x04~é'╬d½"
  b"›âIóÓ³NΦ–Œ‹kjH\x01"
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"›ð‚¦‘¤IU•‰d@Å\x0E•?"
  b"£\x0F¾\x15*\x02LÕƒìª\t■qÃs"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"œ\x17\t\x1FFû›ô5ã]¾G\t"
  b"""
    œiü\n
    )¥LU®ÑÂ1j2C±
    """
  b"£®ü╬R╔D\x13\x03l\x1C╦┤2T"
  b"œ¹À×XÑCG»„úì}.Œm"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"""
    £╔Ú░ËÉA´×)ê\n
    ìÑ╗╔
    """
  b"œà¼YC\x12A¨¸ÿeë\fm\x07,"
  b"œï׳O\x12Dí…¸F\x05DœZz"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"Ø%.ÁAÏEûºá‗øê«É·"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"Øq¯ép&@╚▓└BL\x10\x08"
  b"Øt§^GÉ@¨â«; @ƒ¾░"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øö3Q2fK¯ÁnÙ-¯LSR"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"؃,OìðCÇàl¥¦·\x1D\x16®"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"Ø¿àõ«iJIò═Õ├\x1C┌8N"
  b"Ø╚{R£nM«ÿu▓K╣AY\x18"
  b"Ø╔‗Ñ■%KFº}\x11ÙU\x7F"\x1F"
  b"ØÊH¹zÍO╬ƒ­t"z┼\x119"
  b"ØÊLê(┼N!é_=bÙ■«w"
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ØÓµf\x105Cªü╩¹╔½)Úû"
  b"ØþøñY▄D\x06╝~¿\r╔ªWs"
  b"Ø÷<îsÊLÝ┤█^▀■î\x01ö"
  b"ž%·''±Fý¤Ü\x01RÀ7[u"
  b"×3æûÖcM┴Ũ\x16q┴x½f"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"že»ìð Oã·xôŠ#ÚÊÉ"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"""
    žuý¾VŠEa¸/\n
    Œx\x01ˆ“
    """
  b"ž…{?¾6E·žSú€Q¥Yš"
  b"ž•X’мHȘK\¹L\x1E—Â"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"ž¢e©š\x16F㤧X¤µþ‹k"
  b"ž£Ü÷u\x00O!ñzø\x1A,"
  b"žµeO08Ly­\x07ù\fšÖ\x16\x1D"
  b"×╣bBÕüA\tó_\x18┐ùKóR"
  b"žÖw\tuôBJ¯í«2][\x16¬"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b"žã\x07ÍdöD\x08†+ø\x13ئÆê"
  b"žïJr›\x1A@)€\x1F\x12Ê\x15Aáe"
  b"×°j\x08ÐAB¹ØgB¡.\x00W╝"
  b"ƒ!ìþçAFÄ╗Ò║J┘ù;»"
  b"Ÿ,´¿7ŸE\x15‘–€:ªNPß"
  b"Ÿ0J€ÿú@\x08»Ï\x14ÞIE|\x17"
  b"ƒ8éFI▄L\x13ó4¶Ó\Å3F"
  b"ƒ<\x19▄¤\x01H▀Á`ÂlŤï8"
  b"ŸBfy+{K_»N‰“»Î’°"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"ƒîaB\x1D~C└Ø)©g×┌Ú░"
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"""
    Ÿ—Ì\n
    ·žNU·âQ\v™,fÂ
    """
  b"Ÿš\x1AÛXqNCš\x1C½VˆØØ¢"
  b"""
    ƒøÅ\x15╩ÀNR▒!\n
    (hß\x0EÐ
    """
  b"Ÿ«\x03|5¯E/‘(¶®@Úºº"
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒÒD▒\x01\x19JÑôÒü█¹µpv"
  b"Ÿè@æ³àFt®LÓçm\x11ˆA"
  b"ŸòZ\t~â@n·\x1E¬*\x16Õš,"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"á\x18╦{ìæK,ºÒw\fI├ì<"
  b" \x1EÇ7´\BæšÁÊ_ëÒF_"
  b" -\x16¸ayF.†!‰\x00Ù\f\r­"
  b" 7ðM»òN$ƒ¥)¥žu`F"
  b"áBîq\x03\x17LÒé\eRð╔!oÉ"
  b" oï¶ÿ\x08Lšºôë·ÑNˆJ"
  b"áy\x13`>WL╔ó pÔf!LÉ"
  b" ~µ0×tMa—v)Š@XÅÔ"
  b" “\f•š\x17Jëª[8”\x05Útô"
  b" ž¸—_LK§¸\x0Fq]Æ¿Tª"
  b"  |į±F`ƒº”\x052á¾Á"
  b"áºÈÎýÂFıèL_▒ì║ïE"
  b" ÂºÑà^M\x1A¾jžWp N"
  b" ì$­ÔfH0µñÕÂ!çÚÀ"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"¡\x1Aü\x04©uH1‚ˇ\x07O“û\x03"
  b"¡:OêJ\x1DAŽ–My¶ þÙ>"
  b"""
    ¡;*ÈåêAH€í[O‹\n
    ÿ\x10
    """
  b"¡I\x06hqã@1“óæ{V2)\x13"
  b"¡U0Ù«ˆFÖ’Üç\x18‹G¬Õ"
  b"¡VÎoœ\x06@O†\x02¶ì—³\rö"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"íbÉ·%\x10Líª\x1A®Â¶¸ð6"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íÖQ8ÚnMaüɧÇ└‗\x04"
  b"íÜÍp┐\rCnüÊôÕ\x00çH,"
  b"¡›ø7_¢AmŸ5LÜØ\x19ý\x1A"
  b"¡å\x18‘‹ôAO³ˆ\x7F©îÿ„Ó"
  b"""
    í´\n
    5mSKeê│\x17\x1AGÉi·
    """
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"¢Cj¤PoBû³p9˜Åœ¦Æ"
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¢jL0qÏD½»¹j\x1D}<¤¾"
  b"ózÉÉR\Fv┐¯|?(:&o"
  b"¢}wÙÈàAÎŒ0åOi©¡—"
  b"ó\x7FÒ)Å£J²â0\x10øÉì®Ã"
  b"¢‘Pk_ŽKD®•\x04”ÌtŒˆ"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"""
    ¢Õé\n
     `HE³4Q–í\x03ý\v
    """
  b"¢Þ\fý™ÔI\x0E¢\x08ìÄTûzÆ"
  b"¢ÞÊ=cÈ@R‘3\x00»ðrÖ\x13"
  b"""
    ó▀s¥\t\n
    Oþòô╩ü.\t£Ç
    """
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£\x17\x11\tÇŸ@%¸»¹…Í\v"
  b"£<Ÿ\x01ÁALy“°¦%Vÿû}"
  b"ú=│Ø░>M─ê\x08\x1A\x7F╗R"
  b"ú[ãD6½L?ïÃëå7îØ8"
  b"úd╗G°ßE╠¢\x10É2╗\x1EüÏ"
  b"£vÉvøûLX‘\x1E\x18gxŠBË"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£|ñiWÝAe–\x18&³-¤á±"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£ž\í’øO«“pi®iÌU"
  b"£²³ÿð3Jâ•í·W t_€"
  b"£ãOÉ\x14\x14D(¦P¯’p\x08îæ"
  b"úþù_]IO/ìû]\x17Æd╚R"
  b"£ê~õqxFe«ºK#—˜=h"
  b"úýØÎ¹êK,çî\x01\x11ÒÑ"
  b"ú¹Ü¸ó?J§ÑOxþü\x03ñ╝"
  b"¤\x10\x07}r€E$’[wr™t<Ù"
  b"""
    ¤;úÈ“½Iz§‘µû\n
    î'F
    """
  b"¤_-Š’ƒB1/èC¸‰"
  b"ñg▀N­MBJØê 1RIÜ┴"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¤¥àH–EBý Òê,åpÔ\x08"
  b"¤¨Æ4oY@ÿ´v\x1D-]\t\x19g"
  b"¤½A\rÒ\x1AHl´´d±‡ÿÃ;"
  b"¤ØKyùTE\x00©¥¯Ï7MŽ›"
  b"ñ┘R³[B±×\x18¥H\x11\x06Å;"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"¥$äõ¸\fLƾÙQ\Ax”Ã"
  b"¥8<á\x07/G\f³h~Å\x16\x15\x1E|"
  b"¥=·©•£D«¥GqX‹÷\x07B"
  b"ÑH²ÞÌnA\x00╝üÊÚ}õÚä"
  b"ÑÉ\x17Ѫ\x1CKKà}'sP\x13})"
  b"¥–<زxB4¤…žê\x03ìDd"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"¥¨øõF˜G6¥²9÷œº]["
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"¥å™Ø9\x13J⛩æO„³¤®"
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"ÑÚÞ=RìA└ÇG x%E\x1A7"
  b"¥ïÒ…ÿùKÜ®•\x1E{01Áæ"
  b"¥õŸ%ñ¶J­´â¨˜í‚\x1D`"
  b"¥ÿ\x03M+=F˜•ôëYžƒº¼"
  b"¦\tR€:ŽC…ºœ,yÆÎåÉ"
  b"¦\x15CEyïIüªmòFMZw\n"
  b"¦(ò¹éßGx·pÌ\x19ÒÕ\x01\x14"
  b"¦6Jˆ-–JÛ—!þI›ž€N"
  b"¦Qï)Ç‹Lü¬\x1D\x14ò*dЬ"
  b"¦R\e3å©@‹‘ÈÂ\x1FP³çR"
  b"ªZßı±gL*׺"┼»Xìí"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"¦€äSjŒBÊœqöÛ7\x12¯¤"
  b"¦‰»äÍêJÌ–›\x0EÈ1Ÿ\x19q"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"""
    ¦°¨€K¬E\v¬pòZ\n
    äJã
    """
  b"ª▒3\x0F\x10└MÉçÍ1\x1D£éeÒ"
  b"¦Ì‡ñ¤!@Êšp޼É};3"
  b"¦Ñ×ïÉkLO­è®µÕžÔ1"
  b"¦Þþd—òER…r\fìÆ\x7F­\x15"
  b"""
    ¦ç†\n
    œæNZ¶‘ÖJqm\n
    K
    """
  b"¦óÉ\x00KèMb½\x06¦†mS~î"
  b"§\x02\v\x03á¶Möµ]\x1Cl€Í\x06_"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"º2¦ïºªMÐô\x18╬VvèØz"
  b"§:Á\e*HDm¾þ¬)Ù~º\x10"
  b"§B\x16\x08e LÈ‘\x05¾\x0Ežu=‚"
  b"§C=I[ýN‡ŠŠ\x06j=rIb"
  b"§Tk:mLBQˆùÉܦ›´B"
  b"ºW\x05)LüNPƲ╩á\x0F89n"
  b"ºÅ\x1Eã±╣NÅàÝ&/¯╝\x04¬"
  b"ºØå/÷\r@»ü\x05\vÎÀ?=\n"
  b"§îlî¤[B}¢& îLZ\x15î"
  b"§ôÝL\x03IJ:‚ë¢Ë=Sé³"
  b"§ý}y\rÂI1›@¦A\x05`\rð"
  b"¨\x00ÚQº OOª¬Ë‚þ›SX"
  b"¨\x07¯c\\x05CP‰Ö'Y™•¿]"
  b"¿\f\x1Eƒ\x01¤@åØK^╬░÷Øþ"
  b"¨\x1C£þ\ŒH✳\r}L§©’"
  b"¿'ÿJö╚NL┐s)áf^Aì"
  b"¨,è\x00r…J–Š\x05‘Õbmºý"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨fš „«Nü ·M7}‹+\x01"
  b"¨‡\x1CG‰UOQ«å\x0F\x18£o%ú"
  b"¨Ž¼yÞ\rD´–´¹Þ¼Á?~"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"¨¸þ\f\x13\x15JAŸ\x19\x01a\x10õ"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÃSY\rEFû€e\x17âT}\f»"
  b"¨Ç\x1A\x00EK§E‰p$Ê¢v"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"¨Ðmaå‡EÉ”ÆÝ“©\rîF"
  b"¿ıè&ÉoE¾ârö\x1An█,J"
  b"¨Õ›\x0F™àBé±ó6\x07ï‰G_"
  b"¿ÔÚ\t"\x13F!®Í¿\x1ESÅVÑ"
  b"©\x05=YëýMG²Þk\x13¾\x03\x05"
  b"©\x14´Iš\x01L¿µ\vÇæ!ä\x08±"
  b"©%¿B\x1DMB\x14§}Ç\x19ñDíª"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©6‚\x03v\vL°‹;\x11À€Ïv¨"
  b"©eS©:õE8ªõ´¼¤6Q!"
  b"©hª¨L^O\x14¸Y%–+Z}\x01"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"""
    ©“<]·áJ–€x\n
    OÞH™„
    """
  b"©²§fß|Fû‘aRGF\x0EˆE"
  b"®╩l\x08QìD\x1C╣ß6z¶R¼┬"
  b"®ÏØ\x15!3D\x03®zë}╦4ìƒ"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"©ù×'ñšOÊ©\f^í‘-\x17æ"
  b"ª\x01ƒŒPïNK£¨e)Üww\x1C"
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"¬\x19}iüÂB3┐J▄ z$8S"
  b"ª\x1C\x1DdÿIš‚‡óа?-Ê"
  b"ª4\x16þ_±HÇ¥ÏÀÏy(Øi"
  b"ª;º\x11ÐaEmŸ3“¢@Z·n"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"ªP5\x00êÆ@=¾œ3pçúJß"
  b"ª[A¸Ý"Fo³B¾Ïš×$ª"
  b"¬aNBÉ║C½ò╩¶┌}\x16\x12ú"
  b"ªaR5î¸Dè²í?\x00æô‰\x07"
  b"ªi×D\eTK=¸îö\\x076&â"
  b"""
    ªk\Ÿ"¢D옥x\x17:\n
    \re
    """
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"ªÎý©ïGK÷ª\x03y\x0EÔ\x1F#Q"
  b"¬Ë\x13\x0E§½@Óì╦8ÐG#h«"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"«\x12Œ8€VCî®Ò¼J^š\x05K"
  b"«\x17V’³ÃO5§t–\x16XŽÞ‹"
  b"«'€Ž\x05nE{¯æQtÝŸpž"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"«\\x05€Ãµ@ë‡è½’\x06f"æ"
  b"«„\x1Få\x08YMÿ™\x05¼ãî+@¯"
  b"½ÅÃÐ\x19ýN6ô<ÂI!s\x14"
  b"«•3.\vzI\x03 ÑR…Å8\x143"
  b"«›ç\x16\x07ÄI"²êщ\x16Ê\x01Œ"
  b"«¾m\´>KL…¢“‹9\x03T"
  b"«Ð’³âOF*¬FMЇöET"
  b"½¯&þF¬@\x06¼IÅı\eê&▀"
  b"«ñ²g\x1CšAO‹S£šº'¼´"
  b"¼\x1Ej\x1FÉjE÷Ö\x04#."Yy\x7F"
  b"¬)\x15ô‘i@‚ŸMKâ1Vq\x7F"
  b"¬-O.ÙxLt¼ÊGgé\rÄ7"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"¬O³§N2H\x1C¥¹“Ý\x1A&R?"
  b"¬^Pj5IEÀ³-W\x05zk\x1E;"
  b"¬`…n\x7F\x08F¹”\x03X ‡óÐÃ"
  b"¬gò±±è@`½&;.¤øžQ"
  b"¬n-YP\x19I÷½×®\x13\x15ò–g"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"¬÷=­¼?L\x16ŸìD?\x12%Zã"
  b"­\tîoü¬K˜““ñ¬±Kx\x06"
  b"­\x152¦t H”¡²Y„U\x7F"
  b"¡-á½\x10oFÅ¥ª\x10X\x11\x0F~2"
  b"¡2V░\x16ÎAS╣d쬳Oçx"
  b"¡LìEÙýAĺ\ýç\x10÷Z6"
  b"­T˜à£ôHƇpnÔŠ«Nè"
  b"­U½Èî"O9¯2É\x16{Ø4b"
  b"­ivºÂžJ§¾+ÛoÂ\t\x0E\x14"
  b"­‚\$1¦Ažº6Ë’±…“Ô"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"¡Øi\x0FÅ%E}ñ\x1Eñı[â\x04:"
  b"­¸øØv\x06B´ž'Ê\x02nˆ>\x06"
  b"­ÊôûK\rMОTø/lõÑË"
  b"®\tÓåèTEæ‰&\x7F\x1FÒâgù"
  b"""
    ®\n
    dO`\x04M\x15‰»FM,Zô-
    """
  b"«\x1F¥vk'L^óìT"Mf \x1F"
  b"®$÷u\\x16OK•(ÀÈ\x18—÷\x16"
  b"®-\x13~ÞˆGR“BtÀiÆô&"
  b"®6@óO®@\t±,ßß?ÔI²"
  b"®AvË@ÛH*€vžv±2-”"
  b"®c\Ù´òLþ¢z\r‘öX¥""
  b"®göî,]Aݹ‰3ûŽvnº"
  b"«uÎ█÷PKÍícQ²SUì\x0F"
  b"®‚{÷\x1DÁAzœ‰(&\x1D<ªV"
  b"®ƒ¤`+ëDÞ•g!§­(€%"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"««uÞ×§MB¡\x07ÛØ³oKZ"
  b"«─àA_ZL¦ì,_┴U¥\x17"
  b"®ÝcU¶ž@~š}/þ f"­"
  b"¯\x0EH#ædM}ˆ\x13¢dñXÁû"
  b"¯\x17\x1D›ž±K”ª`Áˆ+´(\v"
  b"""
    ¯ åºhïJÝ \x13\x12]\x14\n
    º
    """
  b"¯$\x1D­\x7FYO'…-HBÃs¬­"
  b"¯6º\x03©ñĄ|½ƒêý*•"
  b"¯=ê/¥‰Fp„[¾“9b\x02¥"
  b"»A=\x08¯▓Dì▒$┬hà\x7F"
  b"¯ZÏjsŒGɪËq8b‘=}"
  b"¯Ž'¦ånK\r™’•Nâ\e"
  b"¯‘\x1Dž‡VH»¼\x12¯†\x05úóà"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"¯Ù“¶0N ¯âΗpm;”"
  b"¯Ý7 ü…OkŠ‹\x1F—8"Ä#"
  b"»¾O\x1C÷ìCýÂ\f[ȧJç@"
  b"°\x19º­>´Mï’@\tñ\x05ß\rš"
  b"°\x1C\x19íAˆ¡*û\\x17ÄkM"
  b"°5\x1D\x7F‹EF\x1CˆB©fàÈ\x18u"
  b"°?\x15ù\eö@³¨h8ÇF¨G\x03"
  b"°Sgµ×ìI`©éhÄ \x10·å"
  b"""
    °T\f/}3Gk•ä¹\n
    IU°f
    """
  b"°Wæ´\\x07Hx´\x01Rí½¿Ýt"
  b"°d»ÚÖ0E\x15°çûz˜½Ð–"
  b"°p•3ƒôB –w'žµ3þ."
  b"°v·6\x1D\Kzƒ^H\x1D>i¼\x05"
  b"°ªäëv]ID¿\x08\x1C\ea”ÏM"
  b"°ÁTliÁIÕ™\x16:Û¹•$ì"
  b"°Çî\x00ÏSKä¡äm‰^ªÕ¨"
  b"°×e\x06 \M\x19©nïØ°Íþ½"
  b"°Û6Y*o@(œà6ß?"
  b"°Þ‚ç¨(M÷«í\x7FË¿¤D#"
  b"°çº9\x1FÂEÀ¦\x07ë'®ð\x1EÏ"
  b"°ì\x14Ë'wE$¶M\x12ì\x1Eeb*"
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±\x05p`”éEF®Ó…x·\t¬\x08"
  b"±\x1F±=\x04vHv¢"—W\x074\x19º"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"±$se°\O\f„éAÔЫú{"
  b"±2jk[cKÿ€3¯½Ò&ªj"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"±I4§5“@_µc?ù9\x06e{"
  b"±dÌ;‰§C@˜SªáÐ5*>"
  b"▒p6ƒÜdE~ÉôÛ·╔òA¯"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"▒ù╩?╚\x05N½£µDX\x121ì6"
  b"""
    ±¨7œƒ«ES« ¼çäù\n
    i
    """
  b"±ÂÒ\f]\x0FKоnÏD\x1CŸ\x17â"
  b"±ÍÉžAZI‘¹\x13\x18:ÑoY^"
  b"±Ù©ö1xG`µGÅ£\x04о–"
  b"±îvO,0K ¡ôÕ\x05ŽòP\x7F"
  b"±ïÉí®õL\x0E€¢\x02Twm2Š"
  b"\x02¦\x14ÿÿB!ѬçmºÌÉ^"
  b"²\x07è\r4ÀG0‹\x06µþömh\x1D"
  b"²&ù2›:@’¤Ã´«z½FÚ"
  b"²A²\x03²àH1†\x13\x18€Ú\x1C"
  b"²F§tÜ9H\x0F’‚¾(áöÉ\r"
  b"▓Mâ'é¼Mi»Ó┬É?S£è"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"²r©QźC¾±X©Ÿ¼}1­"
  b"▓ѯ÷mûG&ØW@Ðàø/└"
  b"▓½­~║íG>£┤\x15ü/┌ Å"
  b"²²É§\v\x19A\x14›êkÌuZj\x05"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"▓║ò\x1A\x1FAzâêï─ÓÅ÷Ñ"
  b"²»þ‘õÿJ_½$×þ_ÊDm"
  b"²ÇÇÝ\—C\x18™À\x05)gF‡\e"
  b"²Í—ñ{‰Lb¥šaì½xûz"
  b"²Ó\x0EÃ;*Gð­·÷'\x13Ž\x07*"
  b"²ë\x7F{S\x06J\x18ˆÆkpCÃ\x01­"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"│+qÉd\x19FÝÅ\x191)N‗tý"
  b"³5Ë\x07î G«¨N¬ÌVaœõ"
  b"³Yš_–»Nñ¢‰Ý\v|`ý‡"
  b"³câbF„H½‰ƒMF«LÀ^"
  b"³u¶a|çO<Ÿø\x16g‡ïû³"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"│Ë\x1E\x02B\fH░▓^,%zê½ü"
  b"│Û.\iÖLìê│@ú\x10i ²"
  b"³öé\x02;ÜAm¨ÀÆ×õÂÞ3"
  b"´'–ÂÉøLÛ¢ù\x16Þ\x12›æ\"
  b"´7öln\tN¤°\x1E¿*‰Ä\x10"
  b"´^‡õ3ÀCÍ®•ì4:8”o"
  b"´r,Þ\x12€D\x05\x1D\x08\x18Ñ©="
  b"´xJs\x08¬Cc‹\x01\x06½\tJ†á"
  b"´‡\tó`ÜDš¦Y£öµ\v½]"
  b"´‹i"yjH2Ÿ;!ià?Hß"
  b"´’\x08\fa€E—º\x10\x10™*« s"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"´¦/9UuM­¿>B9*eø÷"
  b"´§œÈõ‡M¦²\x02é˜\x1CL·T"
  b"´Å£eù†@{£\x1D¯'¸>Ùþ"
  b"´Ï\fäÇ3@ÅŸ«)-<#ý²"
  b"´Ö‡ˆ£îAÕ´˜^7¼Â\x05G"
  b"´ç¨k‡JBKŸ#s0EÃ\x11\r"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"´úïå\x10aO=– wUs†ºç"
  b"Á\x01ë▀ZöLIìÕ9┘ªØaV"
  b"µ\x06\x07\x11>K4µç\v$Ë=¨\x02"
  b"Á\x11\x04«\x06LÉøE█\fÎ╚m╠"
  b"µ*7ôVuG4†ƒËP×°I\x17"
  b"µ39OWêCä¤H$\x07U§¹ä"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"µQs\eo\tA³š–MòûcƒÀ"
  b"µZ—v\x1FGL\v¥\x03‘œ3ïó"
  b"Áì²┌$¥@}£$ãfm»█Ó"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"µþ_\x18çŸ@0’¾‘ftÄ\x1Dk"
  b"\x04ã̤\x0ED«¹\x01SF£Ó{‚"
  b"Â\v┘°RaDØ┤Ù┼µ«ð\x7F"
  b"\x0F™>a$Gÿ„š•õîÂw;"
  b"\x10IÍØRJ0›§P Äa½ã"
  b"\x16bUñ4E¼žrÖ\x1A8û«»"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¶E¸éG`Co”hw‚tZIÃ"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"¶b5/åŠ@•¡3‡Ý\|±Õ"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"¶‘>¹èÛG%±]Ã\x060œŒp"
  b"¶«e9ÓßEé”ÌnW\x11ÕÓM"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"Â╗ƨ\x07ÁNÂûÒüácXCC"
  b"À\x10ã\x0E­bI`üø└╠V®g&"
  b"·\x16|¡zýO;Œ¾ÎÑs[š¹"
  b"À\x18\x0Ezl■IªØ,DImÿÊw"
  b"·w\x0EjÿRFÆ¡*û/yøýv"
  b"""
    ·w{M×)MQŠãÙÅÆ@\n
    -
    """
  b"·‚\x16OA1OÛª4\x01(GÁ ¹"
  b"·‡ I|TAG”­|ȃ‰\t#"
  b"·Ä(Eá\x08L\x1A¦±\x10\f³‘‘e"
  b"·ÉÑ–dÓCUŒ\x15ð{\x10ÊÝá"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"ÀÝÐòÅaL╣Ö╗\x19©²E}¾"
  b"©\x08┘¯l┌I*èK\x12\e\x05ئ"
  b"¸\x1C»…ê×Lµ€Ç\x1C ¨¥šˆ"
  b"¸&ÕþZYGÝ®¦¤¥ü0p+"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"""
    ©8\n
    \x161®M®Øýé╚b█./
    """
  b"©DÉ÷e\C═ÿ?\x01\x01/x'\"
  b"¸ZЦ\x00LEP¢ þ1À®Ž\x15"
  b"¸`\x12´<\x14L*€N¨ûîF$¿"
  b"¸pÂãGŠLu¼1e®|ýŸ\x12"
  b"©vÔð÷7G'ì╠\x07f#;■Õ"
  b"¸›Ö:\x19£NP€Å\x1Ay3yLÚ"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸ŸÇi¿<Ey™¡ï¡QRrÜ"
  b"©óÓ\x11ÎÒJAäÁÑÓ*ƒÞÉ"
  b"¸±\x15}4-KGŸ3 \x17\x19¦·/"
  b"¸ÂrÅ'JAV­‹œ\eäw À"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"¸öóNÿÀG;šçd=ÈœƒT"
  b"\x0F\x17W'¿H Å\\x17ÚîFÛ\x01"
  b"¹9ºl\x16áKp£\x12@ØdÇi)"
  b"¹:§Ê\x1FhBu–\x04\x05÷Ñ×"
  b"¹B‚ð\x1F\x0FM‹ªd5$¼EJ{"
  b"╣i,ÁP3J¿¼÷╚Mêt¹ì"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"╣oÎô¾¾Gí║┤®^┴Û¹Ø"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"╣ôΡìXDô▒\x1Aþ×\x17Û;q"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"╣└L"ÇØMxô╔ÎÞníní"
  b"¹Ó—ÇIGE½–\x1CB›?„\x1D\x12"
  b"¹àÜ‚€ÀMá‹£€“[SmÊ"
  b"º\x1CÄG«ÇA¤©.à.\x02-\x1Fœ"
  b"\x1C‗¯JèH\x17Ö;n|=ÊìÊ"
  b"║!i█\x06\x01O3ç\x1EOüÇ@\x1A·"
  b"ºFX¨ŽóB†¶=‹&ó¨Þ+"
  b"ºX5vªÖI(‡¾{QwêM\n"
  b"║df!ü\x17Bûì\r\x17\x7FV-¹╔"
  b"ºoC\x05´\x11B´´ñR\x13H¬Zª"
  b"║{ì´+\x04E3ù~{╠H‗±╔"
  b"º«Ï\x0E\x7FFw¥ØÛÔ›´À^"
  b"º»?ù¤9@ɼ}‘Ì@t¤¨"
  b"║╗p!Ï`J░Å\x03Ü`\x05?- "
  b"ºÍóý¸±Gê‡íÝjÈMÝ\x03"
  b"ºàžG\ejN¸½~IÎò(\x7F4"
  b"ºø"^ƒdMO©;u\x1F-\x01ñ "
  b"\x12Ô┌\x04hJÍÅ\x0FÚƒ;1o■"
  b"\ej]('JR®|:É-aºò"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"»*Î;·ÃIùœf\x1E!¼(.E"
  b"╗1â/4àE\x14ÿA▄Ø»░vÅ"
  b"»:o‚úÇEŸ‰³\x12|ƒªÃ¯"
  b"»ƒRóšÊC¼¦»´õ•¦ 1"
  b"»†›\x0Fš¶M…›’£\x0EÂýÙ"
  b"»¤\x01„†\x05N\x07…¹"Ô½\x0FÚ³"
  b"»¦UeMóLA¤K\x14s±Ô±­"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"»¯£e3_O6½3s·Ÿ$g»"
  b"»ÃÕ}³bN†°´•¢?ÝÏ\x00"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"╗ı¨XS▀HSŧG!¶¾{\x1C"
  b"¼\x06ôKM.D‹¾Éꯡœh§"
  b"¼\x17`ŦËLÄ€‘=Aw¤ŠJ"
  b"¼0/}W|K£Ž´™×U#vd"
  b"╝=]C┤rA°ü\x03Ü=?¹þ╩"
  b"¼JãË\x0F>F-¬”î¯\?€8"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"╝`2ü³­A─ÿ\x1CÔ"U3└\x05"
  b"¼bê\x06\x13 J\x1A“ûÑÙ\x0F\x10ˆ]"
  b"¼iB¯%/C]£«0ȧ#‹Î"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"╝└G IØO\x02ü]╣ãå\x1A@~"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"¼ô\x070$ÖEm…7˜\x18\x0F}eþ"
  b"½\x00\x7FØ\x0F FÎ’,¡Ý\fʦ&"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"¢bù?]¶BÉ│┴bóoXC²"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"½w%ŸEÅH곸HÏ\x0F¯·\x18"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"½£Ã­\x10+F´‡76ðl\x12Íó"
  b"½§4e‡rE\e¨&)Ö¨\x06\x1Cì"
  b"½»²{=\x17@‚”\x15‡´¬R/I"
  b"½ÉÓ\x17#ºL®»¦öU€±à¢"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"½Ó|"deK\x06‘<— \x0E~†\x01"
  b"½Û®ÿÚŒE\x1A°#ˆý\x0E\x1E"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"¾A\x08ý0rDä¢Û\Öðdvû"
  b"¾]4syMFú»)±\vÞzÖ˜"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¾\x7FtmuÜIÂ¥MŠe™3‚«"
  b"¾”´\x17\eµNÖ½2ÆJñ^}\x1D"
  b"¾£sˆÐîKý½´ÈÃEV\x1A¬"
  b"""
    ¥¬»Öd\x07@?Åf|¥\n
    ╔QÙ
    """
  b"¥ÈOÀ?ØG·ïPp\x13ó├Ù\n"
  b"¾ñ\x02Æ¢,NJ‚"ñšDÚ‹g"
  b"¿\x17µÊAäI\x15§¸C_Üa\x10¨"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿'6Ý0™Oé¾¾\f3ˆÀªb"
  b"¿'[ö£êGj±äA\t\x00jq9"
  b"┐.ìÌ]ÁKıÜe6\x1D¶?ÕÄ"
  b"┐9wı´\x1EL/ÉZ■╔Ckë°"
  b"¿:\x19\<ÄJưÀ˜gBWÓç"
  b"¿Gµ´žÈE\x06–óÿ>.Œcº"
  b"┐H®º╠¼AÙúËE;üù┴6"
  b"┐W25└ØB?é@\x02`Ôì\f"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"┐}ÉFdGIÂ┐ê═▒dßbO"
  b"¿‹—&â—J¯³n˜”ÑßBd"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"¿ßU:ä¶B^‡„‘\x07*©ÒÞ"
  b"┐ÚcÉ─}H\x07áÒ├ßî┴³╠"
  b"À\x06%\e®œIUµñ]‹OyÕª"
  b"À\t\x00nx÷O#§îäì?øâÈ"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"À\x11äÞ>ýIÀ¤ã\t(\x06±\x01\x00"
  b"À!°ÍÍ‚E‹¨â5¸\x07ÂE4"
  b"À2Fø—"Eñ²]´ÇŒ\x19"
  b"ÀN*hƒyMM’é->ÀË*\x17"
  b"ÀQY\rŠòI=–yíü8ƒ"›"
  b"ÀVB…¯GM$µÎmác\r€%"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"Àqp$EÖA®šµ;ÿ\x0F\x1F"
  b"Àq£ÖŸ—K…©*\x01æWÃnr"
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"À§\x00#ÏvFT´Ä>Ð+Gã4"
  b"À¬®*¯ÑM­œS­<£ù*þ"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"└ÓTwkmNªücþºB▒jJ"
  b"Àî¤-ú\rM`Œ‡NV‡‡ÅÆ"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Á3Ф®^K= ÅB̧\x14¤É"
  b"Á6[àvœK*©\x11nÙÑ_N¦"
  b"ÁL÷A‰2K£¨»I™¦ñ‰Î"
  b"┴]Z§VèN┘ì._VqÐ$C"
  b"Áa¿ûK Oò¾B\x04’¾\x18´”"
  b"┴h\x1FU╔VB%ü^µ│ê6Iz"
  b"Át„¶œšAj¯ò™7Úgö’"
  b"""
    Á“\n
    sšgD^Ži¿³¡X?¹
    """
  b"Áš4€ñ°Eb‹ßT`q\x08Òq"
  b"┴óµ░ɤN\tÖA8E3┐ò®"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"ÁÔ\x1FÐýkAà¤u†COÕ©["
  b"┴Ï«Ø-■@ÖÀ.:í┼ÓÂ\x03"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"Áò°jj³F#ŽE;Æ\v]5¦"
  b"Áù…¤A\x17M߉è©4á{„´"
  b"\x08üm»┌H¼©øéų▒Q@"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"\x13\x0FÅSoJ5ó/+╔:'▀\x07"
  b"\x13┌}º¬H®Å┤?J@ù´w"
  b"Â\x1D&0…DGä´¿§Ú’+—Z"
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"┬*\x16-ô{Eæ╣┐I3Åкü"
  b"Â4Qô¡–L§™\x19}[‚\x04\f~"
  b"Â5±¨ŸÈJ;Žt‚\v4އý"
  b"Â<Òý 5F\f­\x12eÄ—‘ì\x16"
  b"ÂEãi¾\fCذgO—çu_`"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"ÂU|í^¯F¯‹ªàs$ƒ\r¢"
  b"┬Çí┬║_L▒ôk?ï:}Ø\x7F"
  b"–śæ£Gk¨0Fg¦_¼V"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"┬´{Ô╬ÐBJüOXãÉ┼\x12}"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"\x0E¹╔\v\Oƒ║T¾P$═;ü"
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"Ã\x15t/bùGH¥n&\x10ZÕº\x19"
  b"Ã\x1A‰zXgJN­¦hèüÝF¿"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"ÃW“­ôøLï‡\x11êD©ª“\x01"
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"Ãbõ`϶NK¢’iâPº‡×"
  b"ÃpúüØH@m¢wÉK³]d´"
  b"├ìv;·|JÁ│;gF½þõk"
  b"├ÅæÏ#øC=Ñïn!\x0EYbP"
  b"Ö†h…9Kï—ò.;¾óS˜"
  b"├Ø \x06Z\x18C═¥áv\x06╩╩õO"
  b"ç(?‡…Ea§6ƒ-NCÏ\x15"
  b"├╦ÌA\x08SH¬É\x1FýØðªx©"
  b"""
    Ãð”\x01ÄsK\n
    \x0EÁÇãØC\t
    """
  b"\x04┬q\x06\@¿ô\x06ŪØÍ+-"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"Ä\vDÙ±IDZ«)÷[Î+FO"
  b"Ä\x0EUµ²·Cô»ê2O&½ùK"
  b"─%\x01\v}h@%ÆÅ\f°\x7F╗õÄ"
  b"ÄPÂòû©Eå¢L†á®(\x17#"
  b"ÄXå!µžH.‡·:eí#Nä"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"Ä]än¾\x07AÓ‰¨´Â\x1F&¦ˆ"
  b"ÄdCãrfC\x14¶Dºø‡BtÑ"
  b"Äl!Fª7Jm§\x11yÀ·\x0Er'"
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"─▒d\x7FıSNÕÿ§\fvÍ7\vØ"
  b"─╬ì▒¶¶Ej×{/\x01`\x02l╔"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"─ÝXÉJtH1ñ\x17T\x05;\x1CüÛ"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"─¶║╠áüI#╝\x1D±øv$.]"
  b"Äúm6u™Lí»¯t±¬ÓÒo"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"┼#Í\fÜ2Hµà°û±¼ßÉ4"
  b"ÅN\x02€$¹HI i\r=ò|_r"
  b"ÅWŠ¥?‰KQ¼<9¬çThÑ"
  b"Ål\x17·£PA.¾$Š™i\x1DBj"
  b"Å•¤CDp@°¨\esžcñf4"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"Å®*?ëDJ|·\x08G±V\x1A^\x1A"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"ÅÃÓ\vµoL丙G>PÌv."
  b"ÅÛéŒü³M:µØšÓõú¨Ž"
  b"Åí\x01ÿò\x16B™¯Á³I¤/\x0EÆ"
  b"Åí9‡ãHGÀ¼z÷O“÷a<"
  b"Åî3ªO\x04GÚ¥Ò\x00ï\x0E_.ï"
  b"Åò6ú\x19ñE?´õO‘\x07­oß"
  b"┼¨UÇtüCêÂCÌ(╚┼Ps"
  b"Æ\x14ÎrçOO¼‹œ‰žÞ—~É"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"Æ7<“\x10vGa‚\x17^i¨¨x­"
  b"ÆC\töÐÙCè¡¼èø¿ŠjF"
  b"ÆN\x16*RiI*‡X2Ú¦óÞˆ"
  b"ÆPÐ\fÎpK£˜èɉmÓh\x06"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ãrPéi\x13F½£pù¹'¨üê"
  b"Æv:salOª†j\x1Dem:þÑ"
  b"ãyë´Ñ\x19JØí:v8ô-%M"
  b"""
    Æ’¤\n
    \x01W@\x1C±\x12}CÏ«K:
    """
  b"ÆœÃÁSCO)¬ªPµ‡/Ëe"
  b"""
    ÆÂ<»\!Ob°Â\x14jk\n
    ¥`
    """
  b"ÆÉKªÓêK§™QÑ¥\x12S\x1D\x07"
  b"ÆÓ@NÎÔF²ˆvB\x16§Ÿt\v"
  b"ÆÔàV\tiHWˆ$ùGçeèa"
  b"ãÒ"╣╠ZK\fÀߨU\x10#ɽ"
  b"ÆçW¯©NN±•\x1A½\x18N`ÜÞ"
  b"Ã\f┐▀óHAfØ_Aæ‗B>³"
  b"Ç\føÓ2è@b˜DDtn½$™"
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ç\x1Ee¹FOEö—'ðÉ(°M!"
  b"Ã8âØªïE║àß´|£\rE\x17"
  b"ÇEÈP©¯@=°÷Ri0¸ž3"
  b"ÇU:ö9½Hïž„•ÖµœM\r"
  b"Ãøä╗9ÅKg║ýzÂÿàÀ8"
  b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"Çá¬âV®H\x1E Qü×KÛ{­"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"""
    È\x03¤ÅÔŽO\n
    ‰ý\x18\t\x0F•Uß
    """
  b"\x06ü╠8}I·┐×`ûì\v\x7FO"
  b"\x12é=\x1C=O\x1EÅD\x05b\x13"║õ"
  b"\x1Cí©¼\x18JËìnA1¿ÃØ0"
  b"È \x0F6q2K˜ºly$óƤR"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"╚$ɸ£¶J\x17ÂlJ2¤\x1872"
  b"╚%,#TäN*ü«îÞÁ~┤­"
  b"È&0†BÍBî¾±µÂ6jMù"
  b"╚+ïë\x02+G­ü1®n\x10Òt█"
  b"È2 §öAEé™t\tu¾ù²>"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈL]2O§CVŽ\x07¸•\x171–("
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"È]GƉ\fK´‡lºÑ…8s\x13"
  b"Èr\x0EpíŽAзù雌¨Ll"
  b"╚s(\x1Dà6A\x02Á\fÅ┘╝º‗î"
  b"ÈsǼ‘ùFz‡]ôÁ\x18ˆä\x1A"
  b"È“£È }GÁ¹zj#P\x0Eä«"
  b"È™÷û\r©I\x18ƒOHôé0JÍ"
  b"ȸç_âa@ȉŸD×üf°h"
  b"╚┐3\e\x06pDíØ└9u\zSØ"
  b"""
    ȹ°ÈæJ\n
    –Rày÷\x1CÙÛ
    """
  b"Èâñ&¶uBñ¿í¶‡&ª†Ý"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"""
    É\n
    \x1EÝzGF\x10“5oF?þ {
    """
  b"É\x12þ³\x0FsEÿ­Urq¥©´¢"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"\x1E|‗ü\rH\x16ê-\x16▓|%×r"
  b"É*à\x10;(Aô³\x1F…B\x1Et“®"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"╔Y│kÙ©@oöÑlç£╚ÉC"
  b"""
    Éjð\n
    0ÿG\n
    \x16toϳÀv
    """
  b"╔qì¥ÚØ@Þíôü┴n\x04"
  b"É‚*þ†iGt’\x04t@´\x11ÔÓ"
  b"╔Åð¶±\x05Büíµõí Iåî"
  b"ɘ¦Í‹fNý¤•Þ£¢|\x05ó"
  b"╔ÜíÉêHDiæ\t±æ▓ñô¦"
  b"╔£ü┐═├Ft▓╣Tï\x15ñ║Ó"
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"""
    É­qK†¸B—‰¾á\x15G\x15\n
    \n
    """
  b"ɲ–\x05\x184A{¡¬Ã~±]\x0EQ"
  b"ÉÎP¾¯™@àŽv/YŠ\v!q"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"ÉóÝTÞÚDÚºÂ*JÇ KB"
  b"É÷ž‰ƒZN¦ jû‘¸v:‰"
  b"\x08£▒#hJÚÉpê╩{_│®"
  b"Ê\x10BRxŸMã¾J¨SnÇ)\x12"
  b"Ê\x12ç\x1F€&M⢱]ÆS¡9l"
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"\x1EïùG$K{║¯¥,)ü╦w"
  b"╩&ÏÝê(K\x7F¢à°p*Eü×"
  b"╩+ZÝvYKØñ8\t9╔¢;."
  b"╩.ºQ"┤Geû´4à°\x11"
  b"Ê1²O\x00\tE²œÆï¥Ãió¨"
  b"╩2{¤*\fOK¡åÂ6bŨN"
  b"Ê5s‚9eIú“ùcáçH´×"
  b"Ê:Lo"kI\e™iÛ¸T,lž"
  b"Ê<\x16À­\x1AAȇcQ*Ë€ÿð"
  b"ÊN€]w<A»¬¯ 5\x7FRŠÆ"
  b"ÊZ%ÿìlA½‰-%yQ\x01a‘"
  b"╩a'Úò3I4ÆosüáN│Æ"
  b"ÊfyÖæFB²¦¨n>j[|\x18"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ê€G\r\x10£IW‰v¬©ùà#Ã"
  b"ʤ’ßl«H\x15 \x11$£Â¡›š"
  b"ÊÎVß·@D\x12–ß/#”bÊó"
  b"ÊÏ\x10'o±F\x11½CÒ·ô(ª"
  b"╩Í.ïh´CLº¦╗ÑØû░¼"
  b"ÊðN\x01{~Køï\x11\r\x0Ey@"
  b"Êòê\x1CÄ\x12Ná¨2—?÷[¾¯"
  b"╩¶&¼\x1F½E®\x0E¬╝┼ÅâÈ"
  b"Êû•b\x01VIc‚‚ä—ðÃF¯"
  b"Ë\x025^ÔˆL\v– \x1CHº'(\x00"
  b"Ë\x03\x10ðÍÐJŒª\x13ø·9þºB"
  b"Ë\x0E89Ú«LN¢YÒ£~BØ\v"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"Ë+Ä:ŸG@B˜¿Ë2½b\x03w"
  b"Ë?Ùj\f\x00Aô­ û¿*²zá"
  b"ËS™ÚqÒA šè>Ï\x01vÂB"
  b"Ëc\x13çÔŽJGƒì®ès¥\x03È"
  b"Ëh"^æ\x04MTŒ¹¨\x07wÔÌ\x1C"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"ËŠ¿9Z”G\x0E‡VLÇ\x1A-\fÈ"
  b"˼¬Áº\tEž½Ü\x11\x15ÿ\eg]"
  b"╦├;É÷EN¶ïßıöDÌ9ù"
  b"ËÄH¬\x1C‚F𭜳ä8®Á("
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"Ëâ!R—$LŽ´üíøœ†›Ã"
  b"╦¨TÎ▀ÜOëìk│C×õf\x18"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Ì\x12àùÐòA7»v@ÅpWŸ;"
  b"Ì>\x1C\x07F’€ÜúñaÞÌ´"
  b"ÌL(ìHY@ü¿\x14y…£Äšž"
  b"ÌN­\x197åD.»¸±ÅžT\x0FZ"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÌaÓDˆÃM†’\x1Aéáµï7©"
  b"╠f▓┴ %G╦¼ÃYÉî¢Ç]"
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"̨“V×\eDÛ‹‹Á³\e\x18\x03¥"
  b"Ì®ÿÅ\feC\x17“=–tO\x02å5"
  b"̵ìûûAN†°¹XÐ\x03Ïóà"
  b"╠õ╚█┤`K3óØz├\x7Fq»£"
  b"Ìî²¾Í\x10GŽ›çt@p;\x04U"
  b"""
    Í\n
    Mì`$L­—\x02¼²x‰à\x17
    """
  b"Í\x17\x11Çü,D¥·Z’;tD\x19\x1C"
  b"Í*òša’Cs³g\x07\x1A>¸Ï£"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"Ía’lÃÀJ¨½¾&Ì–W%/"
  b"Íf`S ´B—„»@?u²_«"
  b"Íx¡š¹×EÉ•\x18V\x0FÎÆ¯õ"
  b"Í„ûÂcqIŒ¤\x01\x18×ç\x1FÍ="
  b"Í•\r‘³•F«‘Lz\x7FÔ›wœ"
  b"═ùoY┤ßLØ¿\rÖ-Mõ 8"
  b"Í¿|]ÝTJN‡²Â‚ß°Æ;"
  b"ÍÍ™€\x0EB8ŽRE*>ö@`"
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"Íïa€\x1EfC©¿÷\x1E„Û.2/"
  b"═¾J,£0I)üRÿþ8u╦o"
  b"\x02Æÿ?\fE7íÂß├\x13Ø\Ù"
  b"Î`À1=ŸA\x0F‘±ˆy\ve\eu"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬ÜØá╦>M±Ñ\vò¥q\x7FÔ\x13"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"οßûà\x1ELÝ£Žv\x138zù\x11"
  b"ÎÏ\x1DÔ}¤Jò¢,\x1AÓÿ9\x04k"
  b"ÎÚö›÷2M줅ÇFâ\x1D"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Îø Òª\x01I”˜r`êãœ\x13Š"
  b"¤\x1AÂODSKÏ×Åý\x1FñÍ\fÿ"
  b"""
    ¤\x1E¤ì´NL2á>ÿ├\x7F\n
    ­ò
    """
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"¤@·|┘iExøÅW1║`─#"
  b"ÏDQzŸðMߦɿ\x1C\x0FÅ\x17Ì"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"ÏQå-ð\x05E^¼H¹\x04°½‚š"
  b"ÏW\x1Cà=AL\x17™þ8Ÿ©^ßh"
  b"ÏiMv\r\x06Bâ˜\x02û+a\x0E«¾"
  b"ÏsѮݒI܃Ý\x02LÚ ;±"
  b"χ\x1DÄ`ÝIÐŽfþ\f\eú° "
  b"Ï–‡X[æH\x1D¬í\x18†…ƒ\x1E."
  b"¤×█¡┐ÔKÉèö¥5Çd"\n"
  b"ϸÀŒ\x08=Dÿ»`:\e,k÷º"
  b"Ϲ\IR×G\v’ëo¿àq\x01Á"
  b"Ͻ\x13'‹âEL©àêÝ''7¬"
  b"¤┘¡@¢}DY©Åkd¿\x12è^"
  b"Ð\x1E÷i§NH¬’¤I¢ê»Ôj"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð$\x1CS_=H™¾€²™\x06¥\x14æ"
  b"Ð/9Ê=1F„¶0‰p™ÛŒ©"
  b"Ð=¦³þË@ã…õd³Y9Ë\x03"
  b"ðMHÇJëK┴Ñв<Wì¾¼"
  b"ðhz§xÚ@1Ö/kõΦ¥Å"
  b"Ðw¤·înF\x17€}\x01¦½àV¥"
  b"ðyt┼G┘Dxøe²ô=ÅÓ¼"
  b"Ѐ+Gs¤C\x06‚oo¿`ˆVµ"
  b"ЂyBÜ‚O&•7\x05iU/›9"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"гøõõ\x12CÔ²Û\x04ÖŸo¸ß"
  b"ÐØŒ\x1A\x7FäB9‰:‰ðO•\x13e"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"Ñ\x00œ÷\x18\x07O^©sO\x16f‡\x12µ"
  b"Ð,ãÛnÅGYÉ║o­\x7F"òå"
  b"ÐI^É#¤H¿Ç║^ô┤í(º"
  b"ÐëLàØ■@&╗æ\x13┴Øèt¬"
  b"Ñ’iGP‡BݽI\fŽ$ÂXa"
  b"Ñž]²C1Mפ€!¤Þóö\x02"
  b"ЪxO┴LM╠»gödëÅk»"
  b"ѧdù¬ÃMuŒ¡gY@ÜæF"
  b"мlE¡~Fü┐;0õö*5c"
  b"ÑÈ9\x05\x13©KG»×PŒÁºÒà"
  b"Ð╔³L¿yOìàa½\x0E±º5┐"
  b"ÑëÊPb%@€¡Š€œ«JŠ_"
  b"ÐÝ5\x7Fw▄Gxí\x11\x13/}®É"
  b"о+ìÂ╬Ij©ä§þ│\x7F\x7F)"
  b"ÑýcÙ‰ÂM=·œ ;ß…¬m"
  b"Ñþò<ÈŸAܼȟtX/ôË"
  b"Ò\x08ë#%­E?¢Œðr\x1EÃåZ"
  b"Ê#4·±_C®░(/­═\x08\x02Ø"
  b"Ò,;ŽJÅC³ \x1CÃÞ.ÒeÎ"
  b"""
    Ò.ƒ0\x15uA „\e®@œ\n
    Åý
    """
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"ÒU\º–ÇN|·Åb8•~ε"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Ò“v¨NuC²€cVpiO%Ÿ"
  b"""
    Òž\v\n
    \x1C\x11F¯½öâaÃ04m
    """
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"Ò¤r(ï\fOCŸæ;\x17`kš¦"
  b"ʽDf#fIêø®\tGôÍüu"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"Ó\x12q|_@KØšŽzâ[ûÔ<"
  b"Ë\x15¥üí\x08D*¡\x19ÑK\x05W┌\e"
  b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F"
  b"ÓJsðV³MΪ{\x03ks.ÎÌ"
  b"ÓPTc\x13_A2†ÁÁ\x1AÔÀ,Ý"
  b"ÓR\x1Fxø…F+µ\x11šI>ó&°"
  b"ËVü9®ÜNsÜ\x12SE╬Q:█"
  b"Óbób©jJù™Qßwy¶¥ï"
  b"Ón\x08]+òI;ˆ\x13—8>Ÿ‰ê"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"ËåâoÉHJ\x14\x17|[b£bx"
  b"Ëæ┐─î_B)ÅW¢╚éEÈ▓"
  b"""
    Ó”c\x0FÏ\x12Mç•\n
    \x12i5ƒ–ê
    """
  b"ËöüÄXûAö¢\x19±`2ùø▄"
  b"Ó•x!\x0E¸Dé„û\x10ß6f»\e"
  b"Ó¤6\x12§WM…½‰&JÐÑ»®"
  b"ÓÒ³¶WOEöˆ|g"f\V\x14"
  b"ÓñÙÐõ™FÅ£Qv¡Íñ\eD"
  b"Ô\x11éMÖœOœ®º\x00ôìÁº\x03"
  b"Ô\x17Ž|yöBÙ\x07O\x7FôÒ"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÔN®®éÑH·–x‡µ\x05\x1AY;"
  b"ÔQum­ÃCv‰˜Wœ\x06\x00š®"
  b"Èa¸P}9F\x13½\fÉB\v,┐¥"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Ô¯{öMÏHh¾¢¼\x119sY\x18"
  b"ÔÁv†×aI5¢ÈŸ.­Ù69"
  b"Ô×\x01žë8I©¶|ßz¼•\x01\x17"
  b"ı%\t×▓éD<Ä\eüç\x1A\x16ƒ\x15"
  b"Õ*/Ì\x05‘@\x14¾jܨ–Âãf"
  b"ÕLëÅÕƒAèœ|¥~§Êi¹"
  b"ÕQ\x0E%\x15sIæ“d¬War¶“"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"ÕÃ&M[ïG¢š1\x18ªú\x1F\x102"
  b"ÕÌ2\x10l\x07L÷ˆÉ϶…\x07\x1F"
  b"Õ×{1ÿ«M±Œ\x06\x1A©áËtÌ"
  b"ı¨sYÙÓBÀçG\x12\t\x1FàÉ\x1C"
  b"Õþ ôÏèH¨¯\x02pT>\x07"
  b"ı■▓█$·JÐÅæ¤iÇ╔F¬"
  b"Ö\t’›\x18~N”ŠõÚFzåó\x00"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Ö+Žùn†O\x10œ\x11úR!‚ÇÎ"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"Ö5ò¾®YD.¡\x02Ap_é\x1E"
  b"ÖS§šPãAwº˜P\x19•Ãä_"
  b"Ö^Ö\x10¬{AŽ•ž[P?\x0E"
  b"ÍtjÐÕ¬A▓û│¤°Fe\x0Fì"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"ÍÅ÷╔çWOÇÆm\x17T╣zI|"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"ͼ^À│╗C<ì1ª:¬×p\x07"
  b"Í┤\x05ÅìªAi¥ù\e0bÐÆ8"
  b"Í├╝ý\x04c@ÎñT╚#,\x14ün"
  b"ÖÒ)\x05Ö\x12A%”\x06ÿCÎ"
  b"ͦ\x1EÄ\x1A\x1DM\x17©\x1EÉ_S\x12¢\r"
  b"ÖëT \x02¯K\x1Cƒ;\eÇ–KG\e"
  b"Öû\x08ÔÖXN\x11™(<Ÿ^=м"
  b"×(/ô\x16ÚM쇟j‡Ú\x15©Ñ"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"×@µkÊUD¡‹Ž02“*§Ã"
  b"ÎEÑã\x02¶L+½+┬ì\x1D¢#Ô"
  b"×L§+ã8@ȳÜ\x13zkW\v\x02"
  b"×aCRá*IÏ­ë\x1Et;;\x04$"
  b"ÎìºïÃ-I·¡©\x1A©\x05|─╠"
  b"×ÅÜÉqÍHâ«—\x1A)q¿\x12±"
  b"Îı¼tâ┐E8å▒º^ìç|7"
  b"×ØÍÆ¹îD‘´·HšR \x1E­"
  b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"×þ´\x18–M¥ž3«¨î\x7F"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"Ø8Õ&˜[Bó—T±Ç¹\x1AaU"
  b"ØC¢\x16¤\x07Bc¹YÛÇ\x00‚ß'"
  b"ØJfwA¼FR˜-\x136a\x07[S"
  b"Øc\‘„5EXœŠëFÊÀ³¡"
  b"ÏØ\x1A¥1¹B┤ªË\oNb¥4"
  b"Øý=\x14¡£O¹¥\x11åS&šE3"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"\x06\x11ÕgÛD[ì*¨Ü¸ ¾f"
  b"Ù\x08dy\x01ÎL±šï]Ès°é}"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x12Œ¼\x1C'BˆŒ)\x1DU’›…¯"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"Ù ÖQ\x03\x1AMd¬cCLd/£\"
  b"ÙJ÷åUòMÈŽ$´\x0E3Ay¶"
  b"ÙTÄqÓÉB?©+CêpÄL "
  b"""
    Ùb#\x14¯wH1±1-\n
    Êj„Þ
    """
  b"┘d\x04:▄°J\fîak░Éé\e"
  b"ÙdD\x08\x04¬I«¿¥Ê컜ñG"
  b"""
    Ùt©‚\rìD<ˆ+\n
    \x1CøXüo
    """
  b"┘¡UX>dIÆ¡┴ì\x00ê¡ÆÃ"
  b"┘╣ÃPö²Aּɸí]┬┴¶"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"┘ÛÖ▒§ÒKGÅÈ̹ªfYÍ"
  b"Ú\fèçöpO^¾OõóFÕÎ’"
  b"Ú\x10\x0E':FM\š™±\x10¦±T\x07"
  b"Ú6?QWÉD\x14„Ê·UË\x0F§W"
  b"ÚH\x1D£´–N.„JM]\x15#R\x14"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"Úe\x14Ÿð¦B$©êR‚üPÀ÷"
  b"┌qäöõäAûç<µØ»\x05å@"
  b"ڔìž„NŽ£\x18‚ÂÇúÁx"
  b"Ú¦\x11¢€»HP¬lVÏŠ½T\t"
  b"""
    ڝ\n
    3èÅM<ÄÀY\x14¬ÀK¢
    """
  b"┌Ô;ØÅ\MXì┴Ç\x03Hj#ï"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"\x08\x12\x0E+~GÅÆ\x10$¥%█£^"
  b"""
    Û\n
    ³\x12ÃáGz•5„w¶ïB\x04
    """
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"Û`+V¹óB#©\x13Œ9\x14À\x12Þ"
  b"Û‰Oü%íM|ª|\x17Z§0ƒ\x1D"
  b"█Å╣ÒåbC;ú{±qH\x1D"
  b"Û‘ÖR8¥Gº“ù]©½ª\x19S"
  b"Û«SØÉ8Cÿ¡Ë^¤ù˜³S"
  b"""
    Û·Èÿ îDš¡h^é©\n
    .s
    """
  b"Û»Çü–¿G©¥Î˜°7ñÄÊ"
  b"ÛÓyðå(DX‚ú¢¸\x08ÒÓj"
  b"█±^(®ÃO!┤\x0Fuu1ƒÉ┬"
  b"Ûö\x01\x11imGÒšüök€€r\x19"
  b"""
    █·d*éjMèèì^\n
    ■Ýõ│
    """
  b"Ûüé\x07->G9² D/\x0Fa\x1C;"
  b"Ûÿ(PõþDXº}Ø/~?„X"
  b"\x04:Qx\x00DÄ▓\e(p\x04¦É®"
  b"Ü\x15\e2ˆE`·å¢¹»”]\x10"
  b"""
    Ü/“\n
    s£G°›]ùu\x02="<
    """
  b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17"
  b"Ü=ºÜÁ\x07B#«\x18ó0ü&óº"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"ÜQÖ,wÒE©„äy\x11¸\x1FÄÛ"
  b"▄Y¸8│øLèüÁO\x17S█½▒"
  b"▄Z3Ŭ¥F½êY¯\x18^·O"
  b"Ü\†jËkA¾²üî(\x03\x0FÁJ"
  b"Üf\x13¤OqAa‹FÁ)cT4\x0E"
  b"Üp]m\x1AXBmªv\x11Âø»kg"
  b"Ü\x7FcÆMMHôŠÝÀ­Ž7$Ò"
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"ÜœòIàyIN¥kkè(|¤{"
  b"Ü¥ð~‹^Já‰C5»éÑg]"
  b"ܵ¢¬eÏKT’=ôv .)u"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"ÜÀ÷ê-ãEš…\x04Å7-[Õª"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"▄┘fSÉ┐GC«@\x1E\x1E-═/Ó"
  b"¦\x04½█\x1A\x1AE@è5XÉO‗░\x1A"
  b"Ý\x08\x08QϵJȈ‘UEš¯UÆ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"Ý\x12Ïʨ“B¼¡P¾\x1Fݠܵ"
  b"¦\x16Õü▓QCX£¥øP2ý4¥"
  b"Ý\eÏ\x16Ï2BÀ‘\x06\x19©7¨k\t"
  b"Ý#yÈ\x03:M\x01‹ðÁ–@\x00\x13¨"
  b"Ý)J¹äYO±Ž|\,7±(õ"
  b"Ý1”Sæ\x10Kÿ¯S6•à‚ªÞ"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ÝW’\x03)aCØŸ4ê%·o«z"
  b"Ýg\v\x18–Ä@¾¸\r”]\\x7Fö\x1F"
  b"Ýib(U‹OØ ”Žˆwøõ\f"
  b"Ýn\x10(íÄH\v†a}.³‹_Ý"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"ÝŽŒ%NCK\v¹\x08-‹\v\fFs"
  b"¦ÅÊù▄óA¦ç¡ùÆÛLSƒ"
  b"Ý— ’\x14¾H‚®æ\x19\x0F†~îØ"
  b"Ý™lOëQB¾¬‘ÆóŠ)Þÿ"
  b"ÝŸ¡]lxM:°àYf\x12×¶B"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"""
    ¦ÐAØgîCJüà\x19$\n
    H":
    """
  b"ÝÓ¯ï7‚F纎IO¥JPÌ"
  b"¦ıØ@X#E"üz╠D7╝▄q"
  b"ÝÖQ­|\x15Kf½}ð¶u¡>Ö"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"Þ\vz‚O÷@¼“Tq˜'4Ð"
  b"Þ\x0EæòXøMQ”\x7F5‰W¥áX"
  b"Þ\x1A2‚AÍG¾¡Š¶×Q\e"
  b"Þ!\x01‹”¤Gг6\x0E]\x14\r\x17\x04"
  b"Þ)Pì·;M\x07ŠP_\x02›66C"
  b"Ì0\x19ú+`K¸å$µ¨Å\x00µ&"
  b"Þ9'ÇBëIЮŠS(¶×æç"
  b"Þ:³©YÅ@þ°ó;7…¢FÐ"
  b"""
    ÞEŠ\n
    ˆ@D\x16·FéôÆÙ‘¬
    """
  b"Þ[¤‹@©F@…Á¡ÕL*,¼"
  b"Þ]눧|Bʼn\L\x1C¿Ì(É"
  b"Þh-_\x05åJY¬çš»\f¯\x19$"
  b"Þ‹õ¢–JLŸ°aø„æµ<È"
  b"Þ’çú=-K½†¨Ìæø8/Á"
  b"Þ¤£¾hCB¦’…LRùTk8"
  b"Ìõ´\x1DÉôED╗pà¼þ,Rø"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"̳òFçëA\tØ«╩lÆ│ñó"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"""
    ▀VC¼}¦B2É]\n
    íé┼CÙ
    """
  b"▀XíâtOG!Øk\x12Øm|+a"
  b"▀dı\x02\x14wCüêÈ<\x08+ìéå"
  b"▀ez$°Á@┤Åú|»─cB█"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"▀üâkjÍI\x06¬w^├r*{î"
  b"ß•Xþ ÍE\x17’4\x1Cî•\x01ÐÃ"
  b"ß– 7ß8JG–ÎY\x06@\t"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"▀¥Áj├çO\x05ìL!RP\x1A\x126"
  b"ßÔq\x06\r2Dû“wNwŒ\x08¢ì"
  b"▀Ý\ts­«Cû®MZ"y¿[ü"
  b"ßïƒJðÖC\x17›°iWƒé\x05*"
  b"ßý®÷ðBBSŸ…1ŠMâk["
  b"ßÿ\x02ŒN E:•ø'øCUÊ@"
  b"Ó\x01\x10Õ*XE\x7F╗¦ì,ÈÀƒB"
  b"à+aæöÈD}€HBc{\x10}\r"
  b"Ó+õïfÒCıæÜ#}ÉÁLF"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"Ó2\x04)äÎM·øÅz·ã¤Cë"
  b"à2£aN\x03H6‡K6e)õŸM"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"à@q9±3L\x10˜™¸åýÁCÕ"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"àT\x16#)ñNd³"ßÝ\x11%‘Ã"
  b"àUâc^\x18BVŸšA_0\r"
  b"àWõµ:@KÜ®\x06{\x06nAH±"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"àu\²¶äFG¢‡’N™>ðŒ"
  b"àw…3d1MÙœ‰ìÙÿ_\x03Ó"
  b"""
    à‚"¼¾\vEƽx\n
    æöùö\x1D
    """
  b"àŒç¡m¸@V¸ÀHdvÞ#‡"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"àªbѨwL~™=8kž`¯D"
  b"à´\x01‘زC’»õ­Š×FÑ6"
  b"àÂm°\x17ŸN€¸\x04IÒìÁm\n"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"""
    àý\r\n
    „šN\x05\vM‰šø\t1
    """
  b"á\r\x04BBŽ‹èv•é\f\x12*"
  b"á\x16ò¥¤›OÛ©6N\x00«a ý"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"ßYâ£åôB&ØÎf\x13aãÙ\n"
  b"""
    ßçðeXûI¸Øã░▒¹\n
    ╠d
    """
  b"á—ƒŒŽËGÊ¿,\x12¶j\x18·Í"
  b"áŸ;\f½;Bd—h¥\x1Fàឈ"
  b"á«Úô¨AE­r6K˜Í\x18\x11"
  b"ß┬ß\r´úE¹ò\x11Ø\x15.L0J"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"áâäŒXXLƒ¤­.Ò•\ØG"
  b"âDTi³bO0—óRÞ©ª9›"
  b"âQï\x03büKД¿†ÁASGÌ"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"Ô_\x02\x1DV\x1FM■£¥n\x0FN\x17ìå"
  b"Ôa\x0FYfÜG¿┤■'²ÌôØ­"
  b"""
    âkôú+N@á‰Ù\n
    \x13\x18°
    """
  b"âm= ­\x06N¥ˆÍòúyÝà("
  b"ÔâB╩:üCÒøô¯ð┴▄¾K"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"â’–ëw´A\x07˜fš*%ŽwV"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"Ô¬J\x08mQ@ßæÛ°!åÅ\x16%"
  b"ԼʰãäF-░\x04J4³AØä"
  b"ã\x0EØs]îN\t©Ë@i˜ñiÞ"
  b"ãnd§8¶F%‰¶`)“cîÔ"
  b"Òvúì▄╩A-®\x1FYÍÊn╝k"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ÒÉn$\x02ÅGUƒ¿\x1E\x03ı┼["
  b"Òóe▓þäEwÉ;m\x1E?Sû╔"
  b"ÒúÒLP\eEÉ¡¸%Í@à®ú"
  b"Ò¿╝\x02u╔G‗£_P\x02ïü\x02"
  b"ã¯önù©B»‚”ìø»•—1"
  b"㱈ïv¡E¥©:ékÎ>œ""
  b"""
    ã²B\n
    8·CY¦‘F©Ž\x12
    """
  b"ã½lÜCUBh¥œèKBþR\x0F"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"ãÖ¡·~8D–Žä¢©‚öâ0"
  b"ãØÃã—\x1DA,ª3€\x13jõ¼¿"
  b"ãÙ¾2R\x1ANt¸—À\x01\x01e‹)"
  b"ãܳ\x00—MI\n´«CöIšàÅ"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ãð×\x1Dâ†C¥³ûlA\x0EuË)"
  b"ä\x00,ÙØ.K\x7F™v\v\x18FÓ®H"
  b"ä\x04ûè“¡G÷®à• "WÛ\x17"
  b"õ\x0F»$┼-Løó­╚q6ì#╬"
  b"""
    õ\x14ÅGK┼@é╗¦¸┴\n
    dÚ¦
    """
  b"ä\x1EA\x11-ðFøˆlèÈ~ \x15<"
  b"ä\x1FËé´/MŽˆ¬´’ý}+k"
  b"ä%¿±-ÇGi„Ö·”“ü=\x1C"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"õI└Åj╩O\x05Á°!Lð(õs"
  b"äR•jz>N5¾ˆ6Uæóæ¿"
  b"ä[ĺ;ÚAy¥¯éß©1ÀÑ"
  b"ä`PƒoEF*­Lû\x18ÙÔ½U"
  b"älÚ\téÌOäŽòuÂ\r5ô‰"
  b"äwéÿ´\x1FI®€T*îŠ\x1Còï"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"õì$%╣þO%ª\x14äGd mp"
  b"õìx[,2Fºûâ&;\tö░¥"
  b"õ┌´■┼hIÜüOÄe█ùNÔ"
  b"äÛ~v£Í@¬¥Üœ’ly}ô"
  b"äÞ&@©/J\x08“§¾Å‰¶À\x14"
  b"õ±G\x14úÔE«ì½ûÌ\x12£ä┤"
  b"äúˆûhòGÀ¶Îîýµ“\x00ò"
  b"Õ\x104#¸\x13A^┐¬â(µêɺ"
  b"å\x19À\x02UiA1³X[ˆêyš,"
  b"Õ\x1AÜ1«5IFÆìôá+H┌\t"
  b"Õ<Éb¦qB\x16ƒðéôZ─Oö"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"ÕLø¡pºG¯É┬\x06íM▄.Â"
  b"åb\v@“ÛD½ŒO„’¶r>V"
  b"åg§j\eˆ@|ªµR94O>A"
  b"ÕĽI\x1AüCLçe7╣4^╬\x01"
  b"å£ ëuaNiµWk‡„ìÄ\"
  b"奃27›MûœõøåÁ\ÃÄ"
  b"Õª█)¤┼@\x05Áõädu Å9"
  b"Õ╚QÈ1\x1AH\x16çFØ█øKCµ"
  b"""
    åÍ('\n
    êJw•Å;t09c¢
    """
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"æ\v3š—$EO¤S\x1A]¢oCž"
  b"æ%èmhPMf‚\x0E#\x07}\x19´È"
  b"æ.ÛÑÑ’Ng«Œ\x1CQ\x07$ª‚"
  b"µ<Ø\x1D.;M\tâ~ O\x06¾┘á"
  b"æl8&^ØM\x15¿\x16“Ñ“;>ö"
  b"µáL= ‗KSƒ· §+üù\x19"
  b"µí\fÀv├E5ø╔░ì£$¦«"
  b"æ£9G§YA³ª\x10\x16®äi"
  b"µ®CÉ;nM$ǸXÁ¼P░┤"
  b"æªv„ÑÉGL½¨’æwÖ34"
  b"µ┤Å╣-×AıÉR\x1Fñá"\x11í"
  b"µ╣E╔Ôà@\eÅßI╔jJéN"
  b"""
    µ¢'\x1DÅ\x16G½▓\n
    çC_GDµ
    """
  b"æÓE%<-G\r‚"{Âb%³Ï"
  b"""
    æàû®£ÁA>ŸKò?\n
    ³ðÅ
    """
  b"æçüt‹\x19E“—kí²‘\x17‘ž"
  b"µ÷\eÊ%FA¢ñN├i█àìæ"
  b"ç\x0E§ôriF5šVÇæÙ×un"
  b"þ\x17\x1C6¿ÅFs«\x00þhê\x12\x1A"
  b"þ1░ª-çDjÅn:\f┬QÍ$"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"þ[xÌÞxJÉåN\x17¨F═\x17£"
  b"þ]┤[vôFcîÉsÅ Ùd¶"
  b"çdýÃE„Bp˜ý§\x17›¸J•"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"ç™o\e˜$MÅ‚ƒ¤+ÊêM9"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"çÑ*ßE\x08Mؽ¤ÂRn›iµ"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"çê—Þé'@v¸Æ\x7Ft\rÏé]"
  b"""
    çìnL\x16ŽC‹‹¶\n
    û¿ÙtÍ
    """
  b"þ¯ã!g▀Oå┐ñäØÑ uÂ"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"è0(7\x17·CT®xß\x7F¯ËÓÅ"
  b"è1Üûj$ET¥6¯¦šá£Ô"
  b"è<\S¦ÀOÛ¿71Ó×\x14C\x04"
  b"èV¦\x1D\x08[Gç‰ë'<mr]T"
  b"èZ\x16ÿ›cBÓ¡\x7Fîë<\x06¨h"
  b"èjã¦À,E¹™­\x05EHÓ¼ê"
  b"è€\x05ž>VC>¦V¼ÿe™³¤"
  b"è }~ˆkH-€5^¸`J&A"
  b"訬ô¼¦L\x0F¬.¼<?$??"
  b"Þ║}"$ôFÅ╗°¸³╦VÛÃ"
  b"èÀ,!'KGt“O9¦õîÆ1"
  b"ÞıeÍ@|Gcî\x07:gì3┼L"
  b"èÖT‡•BBž¡š}žÃŸÓK"
  b"èßõ\x1AjÐI\x1E¹“ü¯Óª\e½"
  b"èñ˜åLLJ\t¼\x06¯\x1F!æ˜Ø"
  b"èýÂi\x13@Aà¿èO=\e' |"
  b"é!wÎ’¡Ep•C\x11ú³\x1F\x03"
  b"é2¢MÁ&AgŸàü\x15l\x1F"
  b"é67‘\tüH{©wr\x18‰Ã\të"
  b"éB(Ÿ\x04\fDpžƒë\x19äȪÞ"
  b"éCHqëßKežä+t†GN³"
  b"ÚEÅâH└E\x06öË┼-\tµA5"
  b"éIˆÑñ¢AO“%ã+\x17[h&"
  b"éI™â\x1F}Fp†!¸NNAi\x07"
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"é` €¼bK\x0E®ì|Ÿ dQU"
  b"ét§Ï\ðB\x13¬é¿…¬ª\x1E["
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"é›a²¿ÅD\e’&¯wH6ݦ"
  b"éªßŠt–@\x11žÆ…ƒ»(Þ‚"
  b"é¹ù)G†Ié¼€^¯„“\x1EØ"
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"é륜³sI<€\x18a{ÕêQ>"
  b"éø…À\\tH§wÊo\x11‘s^"
  b"ê\x0Fp(\[FE€zî¸çMã³"
  b"ê0V¤Ð4E%ªŠ­:ɰù×"
  b"ê4XF„„B\x1EŠ1á%õD©˜"
  b"ê:\x18M];Hõ½Œ014äåø"
  b"ê;>'í,J9¯$\x7Fˆ\x17 ›¿"
  b"êpD…\x01\x14H\x12˜\x19\x1F¸ï£\x16\x05"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"êŠÿ\x16Ê8K‰šD\x04VyLÛ\x17"
  b"Û┬¥LAHL±ü6±¢╣\x19¿┘"
  b"Û┬§F®\x04GêÅL ¾²~\x15\x15"
  b"êÇøÂVnC"§¼HS(\x13\x1FÉ"
  b"êîͶó­Ií¨ì'€Ui­\x1D"
  b"êðBí`WEb“¾Ÿ#y[\x04¤"
  b"êò•\x03~\x10D‡ª§\x1C,æg\x1Eg"
  b"êø&S¼\x18HQ½às’ƒ/bÔ"
  b"ë\r>$/¸@­ŠéM\r`žv\x00"
  b"ë\x1E«BXV@’‡\v³œµÌ\x00"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ë…ÃF:òD‘¥á¬mŸO\x18X"
  b"ë—P+Ã×Lc›K’'ý\x02e["
  b"ëž\x1EY˜V@¦™Ü剉¬_P"
  b"Ù©¡W%:LýªÅAfK\x15Ý┼"
  b"ë¾kåâÒDý£×àáaê›Ñ"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"""
    ëØ\x14 žòIÈ–\n
    Xåø”\x19[
    """
  b"ÙÓ¸ªOzJkØd¶(═}\x15\t"
  b"ëôì6XçI0£@L\x15\vl")"
  b"Ù³uÖA¾Jòì`W@[Ltþ"
  b"ì\x00{A\v¨B••ÚûÔ7ª%÷"
  b"ì\x08—‚æ´I,µvw\x1EÙY[é"
  b"ý\x15\x1Dm\x00ºF«É8_á?╠v\x10"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ì:úc&oH‚¾Âa6Î鲉"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"ýbå!»ÅE¯ë\x02Ã\r#█¤6"
  b"ìhXí@\x02C\x02…†‘¢\x1Dt‡Í"
  b"ì\x7Fì,\x7F5G£ŠNc$\x04„sB"
  b"""
    ì†êy¼\x14Nøµ®\n
    óx(õ\n
    """
  b"ýë\x7F¬┴ÌNqèÅÿ┘F\x1F²\x03"
  b"윺\x19·\x08MÍ…ÌúLÿã\x1D\v"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"ìÌ"ä\vëH«®\x1AÃdPÊ3\f"
  b"ìÌÃà\x1A\tC‡’ÌÞ\x1CØ™\r&"
  b"ìÓ\x17DÍÿAÝŽ\v°KŒ\x0EŸ\x0F"
  b"ìÞûó²°EF¯WwÅ™\x0Föm"
  b"ìý˜f˜ºJކ€Ìã:a¿t"
  b"í\x00Ë…ñ™Ki¡Å(I­Qâm"
  b"í\x01\x17Í\x0FbKë™_5£L':Ü"
  b"í\x03B\tEWI縖€•M\x04"
  b"Ý\x11ì╣├ÞCËåSıYÊeUq"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"í:Í\x02\tG³´tùh0_…l"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íM¤]~”JŸ°£j\x13Öu9T"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"íy]èúyC\t—¯Ð^\x1A4µS"
  b"턵‘‹iN\x0F©\x1FçR\x11}\x02E"
  b"í™õƒç>N”»‡hÔ»À¥‰"
  b"í¬…p \x1DL\x02¤û×D]\rV\n"
  b"íÀ½’õ›IR£s>5D“ë4"
  b"íÁUÅsP@\e°³.\x15õf±\x18"
  b"íΉâ]=EÖ–47´Z\x0143"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"î\x1AyU‡V@ò¯ LCåfž^"
  b"¯*ì``\x02E└û\x11,╩Di0±"
  b"î14\x12d‘As‹CÀþ„kß9"
  b"î1¦ÄkkKNžõ*vów°ÿ"
  b"î9o„\x15ûAx \x01n5\x7F8VM"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"î\TØùêGˆ­HBÅEœ\x02«"
  b"îf®Q: Cð”3*":ö\x11,"
  b"îx*O³?Bpˆñ\tñ²­\x7F"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"¯ü/©x¹Hƒå┌U£ô\x07ª\x17"
  b"î‰qéX@O¹½ÂŒúråIŽ"
  b"î¯(ÿ&xE;Šàv*£¹n\e"
  b"î· tý\x14N‹“Á/ÎX\f\x7FL"
  b"îÄ\x0F½fÝNx’jz%ØJ\x15À"
  b"îÆ³é@-A¤™\vS =Z š"
  b"îÍ{¶™®NÇžLÙùBKç°"
  b"îÜÜÎA\x04L.­¾ö„ÉÕ¶¶"
  b"¯ý%b▀¸O\x0EâıÀh÷ÞØ┴"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"ï\x023Ï6DFƒ¡°Öí\x06×\x1DS"
  b"ï\t\x12)\x7F/M+«„{Ò#¿¡”"
  b"ï\x1DvC_ÅDW©çl¦õVâ²"
  b"ï&RßÉèF.…àP,ç¨çT"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"ïx‹ûðF[²)ÖU×ð(‹"
  b"´}ıÂ╗cK/É\x0E\i║gv\v"
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"´ìi\x16¯-Kìƒ|\x06┘è▀ʨ"
  b"ïš\x10gš>Nd‹í¹õ­J’÷"
  b"""
    ïµ5 ¨ØF€±`\x15\n
    Ðíâ€
    """
  b"´╝┼!»ÊEµÅÔðïÄvÄÀ"
  b"ïÌåšÊ`Cd¼%fQ†×Þ)"
  b"ïÑ\x08\x1ARvEoº\x0E¼óß-‡7"
  b"ïÙ‰íµâFA€Øýz=ÕÕ#"
  b"´¦▀ùÐÜM\x00£o╔Ýx×Å\n"
  b"ïâÚš“±M~´\teJCŒÁ\x04"
  b"´µ\x14KíÉD▓éëx·Â╚ÎÎ"
  b"´ÛB▒7dMnÄ\x11ت{w*Q"
  b"­#6╣Õ╣BJ×ôüOl{9ö"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"­,'┬Ë%K╚ƒ@\x1Fò\x05\x00æì"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"­=µv¸ñC¼¿ØÞ\x10P<x"
  b"ð=îó|!Ms‹dSÓrŽA‹"
  b"ðCçÝåmJ°ˆò´\x7F_¸“L"
  b"ðXì\xŽK\x15“!>\x04b\x07}\x10"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"­├cekJCäüw5Vn@\v="
  b"ðËPý¨\x1A@¸‡¹ÜþÀÈïE"
  b"ðÏ‚é|\x1EB@²×¡1wö\e4"
  b"ðÙRŽùnO·ƒ[a\x17|{=_"
  b"""
    ðê\n
    bÇHGޤ&r΋ÓÐ\x04
    """
  b"ðê\x1E&* F‹¤C9êM\t•«"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"ðõ\fDÂÝNH°Tð¿\x13®àX"
  b"ðù©˜çH@–¦=­™tžÕ}"
  b"ñ\x05\x06\x1E\x04»Kè«eŒáw˜µÌ"
  b"ñ\x13‚=†ÞIx€\x18Á±ŠˆIÓ"
  b"ñ<¡ûñÇIõ”•hÃKà\rñ"
  b"ñ=­|#ÖAÑ“ŽÈe\x1C©Ä+"
  b"ñH\x0E¯¾cBî›\x14a™\x16S¦a"
  b"ñTRƒUAAÙ‡ïa}U[\x06\x7F"
  b"ñg2\x08u\x19NÌ d\x13`â£G2"
  b"ñqvºø\x7FO⊰@'Úk0%"
  b"ñySÒ„…Nï¬ì³\x18;\x03jQ"
  b"±Äó┘╠ìOz╗\x1F®ùy┐°o"
  b"ñ’›àzOB·¬”dpœ'­‚"
  b"±ØµÍ|ÌG<âáþÜIp▀)"
  b"ñ¥41m5B½³ ’¾ßnP\x17"
  b"ñ­Þ™˜ÿKÁ¿\x17\x1E”Û\x03j\x05"
  b"ñµˆ[¾\fM?šç\x04lôb†ÿ"
  b"ñ½—…\x1DíM㪫\x18W\x7FH4\t"
  b"ñÄIJ˜è@3¾ìåB_5U6"
  b"ñÆ£>\x00OJ\x03¨¿\x02\rÝêq:"
  b"ñË \x166„K>¢®Õƒ\x1Cú™G"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"ñÏ-Îd-L†±b†ê\eí\x0E2"
  b"ñä¥T#ƒF‡”ÀQ\x13>3TU"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ñò\x17€ÌHL΂ìÍhÛÿ\x07¨"
  b"ò\e`Ù6XKV¯è7Úݹy—"
  b"""
    òLx»75Dh”\vš\n
    Á\x1A\x0FÕ
    """
  b"‗W═┴\x1FÆIÂü\x12ËÄ\x120B│"
  b"òX5RÀ%D\x19°6ÆÏžz‚\"
  b"‗_ÔGÿ\rM\tÅê\x10mjıC´"
  b"òl6Ûð6L€š=µÛsÿb"
  b"ò‡\x05DÇ?EŒ™›K5ïk\x02¿"
  b"‗ëôê\x17rBgÉ\x06å"DO\tu"
  b"‗Åw)#ÖEwɹc(Cý┴y"
  b"ò“SË¢sE´‰B޹'\x07˜\x02"
  b"ò¢…âé³Hw“ÌGiMBD\x13"
  b"‗¿×ÆDXN<▓»\x0FDÉÑÚê"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"òÑЯŒ‚Cã†.‹H¸ÎJó"
  b"òá“\x0EóNL:²\x18%è~Ž9Ø"
  b"òéxÀȃO¼‰¤H쵓Ûl"
  b"òö\x0Fµž\x13DP±#÷ïÏ/£Y"
  b"‗¹w@$ýG\eûÒÞf?Å▓z"
  b"ó\x0FÒ­t\x15C`ƒyÚ÷|×Az"
  b"ó"2¤ûs@ÿ·)À²¨sáÁ"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"ótØ‚'È@ü­~’³Ï'5¡"
  b"ó’Ó·\vÚGаn„\x1Dƒ¡ýc"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"󠨱v„EušU’Ü\x12VC‡"
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"ó°\x03:Æ‹I´¹K\x04­¥\x15Â\e"
  b"óºó÷c5DÀ»Å>*ù¦K@"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"óÈm6`eF_¥úÛGb­X6"
  b"¾═\x12;╬ÜK\x18ü«m└c/!n"
  b"¾ÏÔ¤╬▄I\ræ╦ü╝[E\x02ü"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ô\x1CŒ3\x7F5O\x12­¦xYÄc.a"
  b"¶,▒£üùI{Üjæ¥SK*©"
  b"¶-3ñn┴Cüؼ0\x17´╬[ß"
  b"¶D`Ø/NG¸çK╠Ü»îv "
  b"¶G\rZ%ÞAo┤L^-Å\x02p\x05"
  b"¶bVo\x16@K┴ÖÅ7qÀ×tS"
  b"ô|\x11ú?N@%„ÆÙ†‘ئ\r"
  b"ô}gö ›JI¹“c9´ð\v"
  b"ô“þ³\x00sAa®\x16Ej¤¨\x07"
  b"ô—\x14\eA°¾™V\x7F\x071<•"
  b"¶ªúê┐óHÜ▒R╩Å■Ëkþ"
  b"ô§­ÖÆ1Kò‘kß³*\e8m"
  b"ô³©Ä¤DA(¶»bÝýƒIw"
  b"ô· ú{&JȾÞy¼/g(â"
  b"ôºÈ××CAA¸ª¥ƒü²ö¡"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"¶¸?²\x01kFÚì■¼À\x103į"
  b"ôþWTö\x0FJÇ„\x08ÊÄî\x14v."
  b"§\x10i»Å[@FØþhºÅR1w"
  b"§\x11´æ\x1CÅN║Ƶ‗═{┤WR"
  b"õ\x19?'x_FÇ‹\x06¦"ìFZ""
  b"õ9ŒZ0$M¥œ\x10ˆ“i§˜_"
  b"õMê›ÀUGE¡ŽL •3ê‰"
  b"õX†ÜEâCß­Ï\x12á™\r0\x1E"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
  b"§uv╚åëE\x12É╩╠»¿`s'"
  b"§▒\x1D┤┐ÉNQíÄ║┼Pñ¼b"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"§Àç}┼`I┤áÅ\x1E²\x06±uX"
  b"õ¼JE…\x0EGþ¨}ã¬ø­\x13T"
  b"õÙûD¢*@É€åèômäÖÿ"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"õø *XþAZ´Ç ›‹2\x184"
  b"õþ_dF†K%´â|ëi0„""
  b"""
    ö\x11\x11njàAƒ†Ê÷\n
    Qø­\x1A
    """
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"ö\x1DQ8ÉpEk›Ò;®íO*¬"
  b"ö/1§v,MÄ´58\x06[@‰Î"
  b"÷:ÚèO_C║ÅÇ]ûÞ╦▒▀"
  b"ö=¯–\x05)OË£\x03Üì\f݇Z"
  b"öc/\x12Ó´E{•¤\x1C\v\x18«"
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"ö~Q±ŒìOv„Ä’ª\x17\x05"
  b"ö€ÀO\x13,K.•d³Sðù\x07"
  b"÷â╗#\x0E\x06Kñÿ\x13£5üFå█"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"ößhÝ„«I”‚à\x02¯Fœµ‚"
  b"÷þ\eÙ¾┌D\x18Àص┤╝ë■╝"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸\x11\x18ß+ÅBÁ░éá9├╩7¤"
  b"÷\x11þR %Jô×\x1AKÊÎÂ7"
  b"¸ ½u2êLíì\ƒS¤¶?\x02"
  b"÷.ylË\vMªšÖQù=\x01„+"
  b"""
    ¸4ı\x08║7A'É!d\n
    Ðq\x04B
    """
  b"¸QG■jWIÞØÐl,;^\x01"
  b"÷`M&\x1DÿJØ™bÏÆ^ûr|"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"¸\x7FKEù\x05C\x11ü~ý╬\_e«"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"÷…PN„ËNËŽ\x1F3ü“Ü¢\x13"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"¸¼jU1tE½ô3éî\x12SØÇ"
  b"¸Í!û\r«H(ºÅ Âèeb\x1E"
  b"ø\nBÈ¥—O\x10\x00\x18%|.v2"
  b"ø\x1CMôw„K7–V½\x1Aߤ¯º"
  b"°\x1E^ò¾üJDìçí=ê\x10┘J"
  b"°0ç*J╩GÀüÆÂ╔╬\x1Di\x14"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"øJÂÔ}ÖCM¥åÉ0Ñ;È7"
  b"øMù×4~LG©i€HJÖA7"
  b"ør‡cc\x04K\e¶VýØ9\x18­à"
  b"""
    °t$ı╚¬LqàòÉ\n
    )}õã
    """
  b"øxÊÈϲOš‹»\x16¸š°–Ý"
  b"ø€¯Cq3Aª½AÔ­Ý&\x07ó"
  b"°îü×júHTü§Á\x19pd°7"
  b"°ò×K┤gEDÉtCt\x04│æá"
  b"ø¥ApX‰M=™\x1A–š£žÅ¬"
  b"ø©¢hÍTDlŽÍâŠ\x19ýVX"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"øç*æ¤ÝD&”‹\x16³\x14©\x14\x06"
  b"°Ý═^TêLèúe*õ7{Ø|"
  b"øûV„¤ŽCp™y\x07ïM*…,"
  b"ù\x01"‹\x19ÖB€¡j®ÝŸˆ™_"
  b"¨\x08í_kÆO(Åb#×;_d‗"
  b"ù\x10\û^¿E\x1F‡»P¼[%tF"
  b"ù\ei\f4äAbµ\x016\væÿ±¡"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"¨CõeæÅC\x05بîò[÷ÕQ"
  b"¨O\x1DvL¨O³╣³VÅ┼ûªJ"
  b"ùcb×:}A•ž›%\x7F\t"
  b"¨ry\x08«@KOå¿lü! A¶"
  b"ù‘H\x02]-C왯 è>{aN"
  b"""
    ¨ùí¾:└C´á║█\n
    ║Å´W
    """
  b"ù¯\x12‡9ìLã½{„‰@ÁDæ"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"""
    ùݦßT\n
    O<¿\e‹¦T—Êæ
    """
  b"ùâJ‹–\x18E?§æ§Æ2'L\v"
  b"ùìOþÅ9L_µ\x04þ¢\x0F|š«"
  b"ùðE~6eFÔžÅÓAÖ®y—"
  b"¨¨1┐D«E`üò\x01Ê«ÔCç"
  b"ùþò-±zGV„ÆÖ)¸ÔsE"
  b"·\f^7×÷C\x1D╝xü\x1F®¾@¿"
  b"""
    ú\x0E\x13Y\n
    çB\x01§#Mó¸I\x02£
    """
  b"ú\x16(¬&ÂHÿ¨;|›m€¼n"
  b"·#■┐üÏAqéæ▀R3\x07æ╠"
  b"·*bDð6@ ë┼└úñì;┼"
  b"úJõVC~A}§Bnô†÷sl"
  b"úQ8X\x7FèJÙ»úCŸ\x16¦¤¢"
  b"úVJúŒ¸N‹ˆ\x0F4$54Ûé"
  b"·ÿ@Ð\x02]I÷Æ┴\x05^,\x1DÅ0"
  b"ú ¹Æ³^G\x02†F(Ÿë\x0FðC"
  b"ú¡L(vÛF\x19˜\x1C§\x7FrþòÛ"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"úªÑ Ì_EÏŠß\x10®Zá´‹"
  b"ú¯4-…/EÚ«È\x06~RŽau"
  b"ú²iŒ>•N*º¾\x08gCWvW"
  b"ú¶\x7F¹²5H駬–îöÁœ¯"
  b"ú¼$§o*LߺN;\x02\x1CÎ"
  b"""
    úÁ\x1F.\n
    ßJÙ¹3ywèh)y
    """
  b"úó\x1A&X\x1DAΦwa[«€‡á"
  b"·¶¨¬Å}GoêVN┴\·²\x05"
  b"·³S|┼0K├ì\x03├!Ç4½┘"
  b"û\x06\x14"G\x17‚ƒÁÜRM*€"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"ûW\f¼\x1E C˜ªK¤\x12¹»\x1EÌ"
  b"û^'^$ÙNý‘P\r3 Ï‘Â"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"û”òé'¾A̦;Ü_fºûú"
  b"¹¿7H\r'NCæ?ìí┼e\x14Í"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"û¾¤ ¬\r@x©\x07G*Ó\x17ƒC"
  b"¹÷\x7FÜ¿\x19N©ì¸IÅ-║©J"
  b"ûøø†!4L6‡7Ïz%\x07|\r"
  b"""
    ü\n
    \v\vJA‰íõðÝZø\t
    """
  b"³\x15ô)u4CáÁ┼y²Ðì&\x1C"
  b"ü!+\e‘þN瀣Ž|h[®•"
  b"üQm3AûD\x0E¥ÅÎÔ\x06¶ˆ\x06"
  b"ücåx…ôE%†©ãzi¥\x13%"
  b"üy\x11çæeAs§ø¶ý~×\e\t"
  b"ü¤OÔreH¼¹ã\x1D\x0F*Të‡"
  b"³ªí¦\v!@üèBð"¯‗\x18d"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"üŇóúÁDެ¤ÿr;%ñ©"
  b"üηîý9I\x16™ð9Ñ„\x10ig"
  b"üÓ\x11-·\K¡‡ºž¸ËI”‰"
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"³▄fåüþFâØ\x13)╩é¤Âq"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"²\x14$AQZD\x06¼õ_┘èüxÿ"
  b"""
    ²\x1AØ\n
    M¬F╝▓Õ»\tLÅn╬
    """
  b"ý\eê@«úH~³¼<­×\x05"
  b"ý |¦Ñ—J×—\x19Èå\tˆ”ˆ"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"ý?«ÎB\eB• ì×5ÌàZñ"
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýBÊp}½I\x04”¸¤liÑ\x08\x03"
  b"ýGˆ©­ÐG6›\x08ŽïAžåÛ"
  b"ýKAÍ“µJ\x14€ä\v\x08\x11º"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"ýh\r›oyOÇ­9¼\x08‚ö‹…"
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"ýÇ`Ÿr—Kï¢ÁåTÈ2c§"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"ýôÜÁ¥7H¥¤ìª(±Õ5‡"
  b"\x07\9É,DåúCY®┘Ý£A"
  b"""
    þ\x12™Êëï@ð·\n
    87/`‚Å
    """
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þTl\x03oûHz­­ø\x0FÏóY´"
  b"þ_PÎ\x07¥F[²ùlTö±¨<"
  b"""
    þh+}¾\x03I\n
    ‡¢žv>*ÛÁ
    """
  b"þm£ùbiOº¹EDèûÇûò"
  b"■ÿã¾ÉÎBO®¯Uü┌\v$^"
  b"■Ø×PÄ\x1EFOÂ\x0F¨*ÇÁiO"
  b"þ %ÙÛ¦Hºš¹'.vr\x032"
  b"þ¦Ô\tö\x06C£±\x1F˜y\x1E\x05\x11²"
  b"þ³ôbN3KÚ¬"\x03D\tR\x08ž"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"þÁÅÿ\x12d@€–÷­gùN,µ"
  b" \x05\x18ÎÅ╗Otç6=·X═¤\x01"
  b"ÿ\x1Aª§øÞD£»SçÛ,U‚"
  b"ÿ Õyþ©JrºXdÁ³\x10&\x18"
  b"ÿ=öÛ©9O9ŠäôN{9˜Ó"
  b"ÿF¬á®®OužÍŠNA]—¸"
  b"ÿGæ_ŒKF0‘\x1DÍ•M\x04@9"
  b"ÿ[ÎÜ\x10\vLô«YV(Å£Wò"
  b" ä¶÷åOL‗ÅcE_´æ³n"
  b" à5\x03~:C\x05▒Åc\x12î╝\rw"
  b" ÿþ0/¥K/Ø[\x18½cè═ý"
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b" ╗aV BOzÉ"qU\x7Fî╦®"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b" └1ÅÆaDFòàI║R\x10DC"
  b" ═┼üL>O┌ó\x13v¡Äî8±"
  b"ÿÔÚ\x04·cJw‰\x07±µ³º‡Ï"
  b"ÿã¢4ó\x1AL#ª €~ƒ±*9"
  b"ÿ㬪H*C ±y/MÐo’""
]
41 0.82 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, `main_category.category.translation.name` as `main_category.category.name`, `main_category.category.translation.breadcrumb`, `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, `main_category.category.translation.slotConfig` as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, `main_category.category.translation.linkType` as `main_category.category.linkType`, `main_category.category.translation.internalLink`, `main_category.category.translation.internalLink` as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, `main_category.category.translation.externalLink` as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab`, `main_category.category.translation.description`, `main_category.category.translation.description` as `main_category.category.description`, `main_category.category.translation.metaTitle`, `main_category.category.translation.metaTitle` as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, `main_category.category.translation.metaDescription` as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, `main_category.category.translation.keywords` as `main_category.category.keywords`, `main_category.category.translation.customFields`, `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.`category_id`, `main_category.category.translation`.`category_version_id`, `main_category.category.translation`.`breadcrumb` as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.`name` as `main_category.category.translation.name`, `main_category.category.translation`.`custom_fields` as `main_category.category.translation.customFields`, `main_category.category.translation`.`slot_config` as `main_category.category.translation.slotConfig`, `main_category.category.translation`.`link_type` as `main_category.category.translation.linkType`, `main_category.category.translation`.`internal_link` as `main_category.category.translation.internalLink`, `main_category.category.translation`.`external_link` as `main_category.category.translation.externalLink`, `main_category.category.translation`.`link_new_tab` as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.`description` as `main_category.category.translation.description`, `main_category.category.translation`.`meta_title` as `main_category.category.translation.metaTitle`, `main_category.category.translation`.`meta_description` as `main_category.category.translation.metaDescription`, `main_category.category.translation`.`keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.`language_id` = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.`category_version_id` = `main_category.category`.`version_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
42 0.54 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?))) ORDER BY `product_media`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
43 0.27 ms
# product-detail-route::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
44 0.68 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
45 0.39 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
46 0.31 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
47 0.33 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
]
48 0.26 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  b""A“r\f*JE¼–Ë-\x05VUº"
]
49 0.44 ms
# breadcrumb-builder::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b""A“r\f*JE¼–Ë-\x05VUº"
]
50 0.50 ms
# product::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"zm%:g @7–oB°\x11\x04Õ"
]
51 0.40 ms
# product::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"zm%:g @7–oB°\x11\x04Õ"
]
52 0.35 ms
# product::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"▄g\x05@\x0FûO9Ä\x19┬ƒ\x18Ï]ü"
]
53 0.41 ms
# product::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x03ì‘F¦\tL£…Ù\x03Ëí\x18¾²"
  b"i´;ûÊçC¨Œj‡gæe£\x1C"
  b"ëF¯åó-L¤›k„¹„eB¦"
  b"""
    ìax\x02ÝXJ”›V\n
    (!&Î\x18
    """
]
54 0.43 ms
SELECT COUNT(DISTINCT `product_review`.`id`) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[
  true
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
55 0.32 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  true
]
56 0.31 ms
# product-review-route::aggregation::language-filter
SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[
  true
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
57 0.25 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
58 0.25 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
]
59 0.30 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"\x04\x08|sVLpÅIÅ\ffJ▀¯"
  1
]
60 0.77 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
61 3.29 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
62 0.46 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
63 0.54 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
64 0.74 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
65 0.39 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
66 0.29 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
67 0.28 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
68 0.30 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
69 1.23 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
70 0.69 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
71 0.39 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
72 0.37 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
73 0.54 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
74 0.51 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
75 0.56 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
76 0.22 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
77 0.16 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
78 0.25 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
79 0.23 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
80 0.17 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
81 0.23 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
82 0.28 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/detail/df04087c73564c708f498f0c664adfee"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
83 0.34 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
84 0.18 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
85 0.15 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.21 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
87 0.24 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
88 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
89 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
90 0.26 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
91 0.50 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
92 0.68 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
93 0.30 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
94 0.68 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
95 0.55 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
96 0.26 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b""A“r\f*JE¼–Ë-\x05VUº"
]
97 0.25 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
98 1.16 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
99 0.51 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
100 1.02 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
101 0.90 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
102 0.52 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
103 0.65 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
104 0.73 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"…‘V¦<ÄB\x00ŒÆz¡E\x05¨Ê"
  b""A“r\f*JE¼–Ë-\x05VUº"
]
105 8.96 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/detail/df04087c73564c708f498f0c664adfee"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/account/recover"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
106 0.63 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.