GET https://staging.ktm-sturm.de/ersatzteilfinder/350-sx-f-2012-modelcode-8201L5

Query Metrics

113 Database Queries
101 Different statements
1036.52 ms Query time

Queries

Group similar statements

# Time Info
1 0.76 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.15 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.37 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.21 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.44 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.49 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úê-ÅÍ+ \"
  "ersatzteilfinder/350-sx-f-2012-modelcode-8201L5"
  "ersatzteilfinder/350-sx-f-2012-modelcode-8201L5/"
]
7 0.27 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/350-sx-f-2012-modelcode-8201L5"
]
8 0.66 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.26 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.22 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
11 0.31 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úê-ÅÍ+ \"
]
12 0.52 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úê-ÅÍ+ \"
]
13 0.23 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úê-ÅÍ+ \"
]
14 0.22 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úê-ÅÍ+ \"
]
15 0.35 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"
]
16 0.25 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Í‚ó¬›ÑÀßÊ"
]
17 0.29 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—•+)"
]
18 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╚¢Í"
]
19 0.16 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:
[]
20 0.59 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╚ï"
]
21 0.50 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▀"
]
22 0.51 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"
]
23 0.19 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—•+)"
]
24 0.20 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
25 0.31 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
]
26 0.48 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÷"
]
27 0.26 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.41 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"
]
29 0.21 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"
]
30 0.41 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~"
]
31 0.20 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~"
]
32 0.32 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:
[]
33 0.21 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:
[]
34 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—•+)"
]
35 0.75 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úê-ÅÍ+ \"
]
36 0.51 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"
]
37 3.25 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
]
38 0.52 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
]
39 0.63 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"
]
40 0.50 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úê-ÅÍ+ \"
]
41 0.27 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"
]
42 0.26 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úê-ÅÍ+ \"
]
43 0.25 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Í‚ó¬›ÑÀßÊ"
]
44 0.26 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þ‹"
]
45 2.08 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
]
46 1.11 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
]
47 0.55 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þ‹"
]
48 0.41 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úê-ÅÍ+ \"
]
49 0.74 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Õ,"
]
50 0.46 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úê-ÅÍ+ \"
]
51 0.74 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"
]
52 0.33 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
]
53 0.25 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.27 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▀"
]
55 0.22 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.36 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"
]
57 0.62 ms
# category::data::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"
]
58 0.35 ms
# category::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"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.52 ms
# category::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"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.64 ms
# category::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"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.71 ms
# category::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"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.38 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.36 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 0.79 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"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.25 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 582.36 ms
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 LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` 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` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.72 ms
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`, (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`, `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.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`, `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 (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.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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.26 ms
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"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.28 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"
]
70 0.27 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.78 ms
# cms::moorl-brand-slider-v2::read
SELECT `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` FROM `product_manufacturer` 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` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.68 ms
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 (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 2.18 ms
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`, (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`, `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.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`, `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 (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.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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.33 ms
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"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.44 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
]
76 4.26 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%8201L5%"
]
77 36.20 ms
SELECT s.*, c.name, n.name  as article_description, IF (p.active = 1, lower(hex(p.id)), null) as product_id  FROM hobaIT_sparepartfinder AS s 
		    LEFT JOIN hobaIT_csb_article_data AS c ON c.article_number = s.article_number 
			LEFT JOIN hobaIT_sparepartfinder_article_names n ON n.article_number = s.article_number
			LEFT JOIN product AS p ON p.product_number = s.article_number
			WHERE model_number = ? ORDER BY `group`, sequence_number ASC
Parameters:
[
  1000168697
]
78 32.83 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10498,10527,10575,10583,10598,10605,10611,10621,10662,10672,10691,10754,10760,10765,10771,10775,10778,10785,10789,10791,10800,10807,10810,10814,11369,11416,11670,12230,12260,12262,12263,12265,12267,12269,12274,12275,12292,12344,4667,8841) ORDER BY number, part_type ASC
Parameters:
[]
79 180.03 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10498,10527,10575,10583,10598,10605,10611,10621,10662,10672,10691,10754,10760,10765,10771,10775,10778,10785,10789,10791,10800,10807,10810,10814,11369,11416,11670,12230,12260,12262,12263,12265,12267,12269,12274,12275,12292,12344,4667,8841) AND article_number IN ("14187L0701","0025080506","0025080256","0025080406","0015080256S","0912100356","0770025035","0017060204","7720103202230","7720103402230","54801036000","77201038000","59401039032","59401039037","59401039042","54201081100","54601084100","54601184000","7800108500028","78101086000","59001092050","7800109410028","00050000921","00050000930","18187L0501","77204089000","7720408004401","7720408304401","77204084000","54603097000","59033080000","0760253270","77204080030","54603081000","50180604","0760243050","77204080020","77204085100","54603015000","77204080010","0618182416","77204084010","0618222820","0760222841","77204080100","77204080090","77204083010","77204030044","77204066000","77304066050","0009050106","76504042000","59009062013","54804034000","54804032000","58033097000","54603036000","77304070100","59009062019","0025060456","77304070130","77304037000","54804038000","77204041000","77204066010","54603055051","77304070210","54804230210","50307011000","78007000270","78007008044X4","7720701304430","50307014000","51030022000","77207040000","77207040050","7720805400004E","50308052000","0025060206","0025060126","75007089000","81207090000","81207088011","75007088012","75007092000","00050157706","77207116000","58507012000","77207016000","5850701050030","7720701000030","77507017000","0017060253","7730800704428","7730802200030","0024060106","0025050166","7730801000004","54808020000","0024060206","77308013010","7720801300028","50314057050","54807048000","0025060256","77109001044","78009010144","54809011000","0625069068","78009015000","0760354771","78009012000","77109071226","77109072000","77109070000","50309073000","00050000916","51009100100","77110090050","77309060000","77309081000","54809082000","54809081050","55003135000","54809081070","77013001044","50313003000","54813008300","50313005000","50313006100","54813002200","54813007300","50313004000","59013010000","54813020100","0603100141","54802051000","00062030000","7701301500101","77013014000","77013021000","77013019000","77013017000","77013018000","77013020000","61013020100","54613218000","0025080356S","50213025000","54813080101","50313081200","54813082000","54813090300","54813083000","54813018000","54813075000","77213070000","62513020000","7730200110017","77302002000","50311089200","59411074000","77002010100","54802021200","44011076140","44011076200","54802030044","54802031000","54802032000","54802003000","54802052000","54802037000","54802038100","54802046000","54802005100","54832063000","77002091000","7720300100033","77203002000","78003002010","78003002020","77203013000","60011093075","77207012000","0025080166S","57013072100","77203014000","0019080206S","56530079000","54803092050","44011076305","0738050250","54803092060","54310086200","54310086100","0025080306","0125060003","59003040250","59003041250","54803044000","54603041000","0125100003","0094032253","5030314013390","50303089000","55007016001","77203096000","77203053000","77303139000","77203094000","77203053010","77203096010","77205079000","77308013050","77208013050","77205079056","77205079050","77205069000","0137060003","77205169000","77205068000","0770740015","0025060306","54605068000","50305016000","50305116000","58605083010","77205079060","77005078065","77205078550","77205007000","59405069000","54603048000","00050000814","77110001044","78010010144","59010011000","0625060058","0472047175","0760324771","78010016000","77110071205","77110070000","77310060000","50310073200","78010015000","00050000917","58310051038","58310051042","58310151040","58310151045","58310151048","58310151049","58310151050","58310151051","58310151052","0019080266S","06923080003","50310165118","50310166000","54010100100","50210086000","77310085044","50310084000","50304040100","58414030000","50310099000","77230001044","77230001010","0770140200","0471170010","0760142460","77230025000","59030019100","61030019050","7723002600015","77230027000","0770191015","58030120000","0025060406","0625062022","0472300120","07601530451","77230138100","58530014000","77230035000","77232001073","77232002000","77232003000","77232004000","59032010200","59032010100","59032011100","77232015000","77230029000","77232018000","77232019000","77232009100","77232023024","77232062000","0770300015","78132010010","59032006000","77232054000","78032057000","0025060166","0025060356","50329050000","52332005000","77232066000","77232061044","54832067000","54832069000","42013226000","56532095000","78032057044","54637097200","54637098200","0993012000","77233010000","78033132000","0019050106S","54833011000","54833012100","54833013000","54833014000","54833015000","77033022000","59033034044","0405202413","0405242812","0405222613","49030023000","0625062035","0471170015","50033029013","50033029014","59033030000","56033030000","54633014100","0760324571","0770020220","50333043000","00050000941","54834001000","54834002000","54834003000","0402061480","54834005044","58038023200","54634008044","56534013100","54634020000","0625069034","54834012000","0625618050","54834014000","77234015000","0912060353","0019050106","75030085000","54834019000","54834020000","60034023000","50334024144","54634052300","0021050003","0025050206","54734031000","54634131000","54634031050","54634032100","54634050000","54632095000","50232050001","50233041000","59009062016","77236056000","77236060000","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","77236033000","77236028044","77236027000","77236030200","77236031100","77236032000","77036028400","77236036100","77236030010","77236020044","77230036000","7723605200033","77236053000","77336054150","77036054050","77236025001","77236075000","77336053050","0770260015","77330067142","07700900151","77236080000","77336088210","77336089010","77230044000","60030063050","77236044000","61036047000","0402050980","0770100020","60011252000","59030296000","58030010200","77236041000","77236139000","77336088106","77330043000","59031050100","00049160121","77236048000","77239005100","77339010100","77530040000","0012040303","77239004000","77230002050","80030058060","7723000200015","0913050063","0402040980","77240043000","7723000201015","07700240251","7723000206030","77239090000","77239093000","0025060506","58439006000","77240001100","0770250030","0618081210","77240016000","59040028000","0015060163","77240022000","54633090000","0618301617","77240020000","77240026000","48600811S","48600736","48600698","48601009","48600013","48600969","48600070","48600968","48601008","48600281","48600301","46810811","48600280S","48600275","48600269","48600464","48600459","48600887","48600298","48600444","91410010S","91410020S","91410027S","91410028S","91410030S","91410059S","91410060S","48600456","48600457","48600458","48600525","48600520","48600299","48600578","48600576","48600382","48600519S3","48600512","48600542","46811499","48600047","50180222","48600977S","40540486","48600744","48600577","48600113","48600863SA","48600864SA","48600885","48600202","48600509","48600575","48600455","48601056","48600829","48601055S","48600430","48600709","48600446","15080017","48600692","48600765S1","40140024","48600516S1","48600526","48600514","T511","R14020","50180944S1","50180213S15","46180010","R12012","50180095","52000087","46810893","36120151","46811208","50180938","50180937","14460042","50180965","50180793","91210081S","91210082S","91210083S","91210084S","91210085S","91210089S","50180273","50180824","50180141","50180836","50180786S","50180801","50180961","50180603S3","50180800","50180798","50180605S","50180780","50180103","46180119","50180606","50180126","50180626","50180775","50180773SA1","46811205","50180751S1","R12018","00062030019","00063004202","0025050126","312305","312313","3210039","3212319DE/GB","3212321DE/GB","58411098100","77229072000","77311053000","81212016000","3211716EN","54829099100","53012028200","50329080100","60029070300","50329072000","77013060044","54813062100","54813063000","77213050044","54813051000","54603062000","0025060206S","54813056000","0985060003","54813055000","0032100406S","59001037000","46030045000","0625060002","54630044000","77208098100","77208098500","77111075100","77111085000","77211034000","83013026000","77211036000","77111035000","0025060106","77211094000","81214083000","77214098000","55009086000","58411097100","77240099000","58411059100","58211058000","58011109110","61111057000","58711086000","50303018000","77211055000","0017060203","0902060083","77211010050","69011040000","77230000144","58030080000","58030081000","0906100100","78036081000","0770110015","0025060556","0025060656","77230066000","81230064050","0770035020","0912040103","59030058000","59030024000","54630027000","59030023000","75030010100","58038022000","58030021000","77038022000","0402050080","0025060856","77230099000","77230118000","77230115044","56030081000","56030081100","56030081200","77330082100","0760304772","0760405560","77232022000","0888030037","77230133100","77230174000","77230107100 I","77230107100 II","77230032100","77230030000","00050000036","00050000037","00050002303","77233001100","54833002100","54833003000","54833004000","54833005000","78033001110","0625062054","77233015000","0625160040","77233088000","77035007200","77235008000","77335016000","77235071044","10001020000","42013037400","45031005000","50335030001","77235025033","77235024000","7733503400004","7733503400030","77235073000","41001052000","77335001000","0023060123","77236004000","77036012100","77236011000","0625060043","77236009000","77236010044","77236015000","77036016100","77236017000","77236019000","77236001000","77236001060","77236002060","77236005000","77236002000","77336008000","0603242920","77036003000","0770180020","77236076000","77236013000","77230058000","81235055020","61230045000","77235053000","77235052000","0603061001","0770010010","77236072020","77236081000","81235055110","77236072033","77235055010","77238102000","59038011012","61238111000","77038001100","78038004000","77238003100","0984050123S","77238061050","77338041200","77338005100","0402251980","0402251180","0402041580","77038006100","0988121805","0471120010","07703305178","59038017000","59038016100","0770125015","0770020170","58038007755","0799060000","0770440020","0984050163S","0018050103","77038013100","0401090003","58038023300","0908120153","00050000083","77241001000","81241085044","81241013044","75041023144","81241077044","81241056044","81241060000","81241056020","61041077010","81241077030","75041085010","81241085020","81241085030","75041023020","75041023010","75041013010","81241031100","77241031050","61041080000","61041088000","78141013190","77111014050","7720600400004E","7720600300004E","7720600104428","54806008051","54806108052","54806008050","77306010000","77206015000","77206016000","77206017000","77306018000","77206019000","77206026000","78006027000","77306010010","44906890","40540450","40540494","40540774","40541383","40541391","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40541417","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600099","48600100","48600102","48600116","48600139","48600217","48600325","48600327","48600329","48600331","48600332","48600333","48600479","40540400","40540401","40540402","40540403","40540404","40540405","40540406","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540414","40540415","40540417","40540418","40540419","40540423","40540425","40540426","40540427","40540447","40540448","40540449","40540477","43570120","44916098","44916130","44916180","48600061","48600062","48600213","48600214","48600215","48600216","48600346","48600351","48600357","48600480","48600555","48600607","50180010","36120284","36120298","36120312","36120314","36120325","36120327","36120328","36120329","36120330","36120331","36120332","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120349","36120350","36120604","40140275","46810490","46810491","46810492","46810493","46810494","46810495","46810496","46810497","46810498","46810499","46810500","46810501","46810502","46810503","46810504","46810505","46810507","46810508","46810509","46810510","46810512","46810513","46810517","46810518","46810519","46810520","46810521","46810522","46810523","46810524","46810525","46810604","46810606","46810607","46810608","46810610","46810611","46810612","46810615","46810624","46810631","46810633","46810636","46810637","46810638","46810639","46810640","46810641","46811580","46811582","46811046","50180006","50180007","50180008","50180012","50180019","50180022","50180024","50180026","50180027","50180028","50180031","50180032","50180033","50180034","50180035","50180036","50180037","50180038","50180039","50180040","50180041","50180043","50180044","50180045","50180046","50180047","50180048","50180049","50180050","50180051","50180052","50180053","50180054","50180055","50180056","50180057","50180058","50180059","50180060","50180061","50180062","50180063","50180064","50180065","50180066","50180067","50180068","50180069","50180070","50180071","50180072","50180073","50180074","50180075","50180076","50180077","50180078","50180079","50180080","50180177","50180210","48600212","50180634","50180653","50180654","50180655","50180656","50180657","50180662","50180665","50180666","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811637","48600460","50600065","50600002","00029096200","00029096100","00029095000","00029095001","00029095005","00029095006","00029095007","00029095003","00029095010","00029095004","00029095002","00029096006","00029096003","00029096002","00029096001","00029096009","00029096004","00029096010","00029096007","00029096011","00029095009")
Parameters:
[]
80 0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000168697
]
81 0.23 ms
SELECT s.product_number as product_number, lower(hex(p.id)) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p.product_number = s.product_number WHERE model_number =  ?
Parameters:
[
  "1000168697"
]
82 20.04 ms
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 (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"`”Û"þ$O‡™5`±kî&„"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b"5¡§mlêMº«{┌E§j\x07ü"
  b"""
    \n
    oJb7ÿDeœ÷¥Ù\x11´l©
    """
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Jï!1hçL\x17ŽZï\x1Fÿ4¥R"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Å=,ŽeŒK#–)ÏÆå‰ÙC"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"0rØîþ\fIäÑnÞ\x16ƒ?¤U"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"Ö+Ä\x0Fá\x10HÜ…+þˆ‘º@ð"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ö†\x05\f\x1A~DA…”ÃÔ÷v/("
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"Ñõ2\trvF[ž>š}‡U}]"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"\x1FÝäcð6M»·Æ;°C3\x03½"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"\x1ErVŦ]I*˜Íß0:7Fè"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"{°Aï\x07®E\x13žm\x07\x03ØŠƒ"
  b"""
    )B=>²WM\n
    §€#ÜA\x05é:
    """
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"VJÔÍi5K5‰ìsq@“ÑÄ"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"¶Û$ôÌ\x04DM¸ÝµíØNd›"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"\x12È\x03ubØO■Ö¨pܲû\x08P"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"†-ýP}+E­¤gà›džB–"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b"""
    \x1D\n
    \x11¯AyƒÃµtƒY\x0F<
    """
  b"¬©3'»rEh¾\x10¤gŠâ§\x04"
  b"Ý`ÆÈôxHظ‰N–»Äqd"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"\x07¤\r¬ÑÙB3ž´ª8n©‰ä"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"%\x1F\x06µ\e\x16M'¹\x1AœH&ÞBJ"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"~ä`\rºùEW·®†9¥=Dè"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"¤\x19\x05iÝ)J2±Œƒ6à©'Ë"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b" uY“b”H\“[0áU;ÖÚ"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"îûN2$ç@P»<çË??žî"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"YÏ.ßQ¯J~­£\x01n9Sßì"
  b"ΟG\x15\x11\x17G:‰\x15ŒæeK","
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"\x13A\fVÅÁL├í╝GäÂp▒p"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"\x00á%Q\x0F\x03HC’ü”3\x16\x16\nï"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"+¿]qâ˜A'„©‡MâËún"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"{\rÀrŽ˜DH«!|\x13Ìôc#"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"5>Ά\x05\x1FIƵ0€ë\x08+\x0EB"
  b"3\x14¬“XóG‰‹µ³ùÚSׇ"
  b"ANÑõåLΈ˜É\x12ô8׆"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"0\x0EÒg“âOo´£å@˜æ$’"
  b"Þé¶ÅÓ E”¼v’ßÂ\x10¼s"
  b"""
    de¶Á­\x08HÌ´RZ\n
    3\x1F$R
    """
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"ŠJò‰0ÐIÈŒ\t„JŸ­“g"
  b"░]]Ø▓ÕNÙûYçjp\v"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"É\x06²JU\x08CÀú \x02g²fó³"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"¦\x17\x00øñH@A║IÓãÄ#ÁÅ"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"^@ÓÓ^ÉHª°;Y\x01[ï6Š"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"\x04;ÊpZF@-—E—µ÷zÍ!"
  b"\x14Ç\x18Ôî¹C%œ\x02_#C^‰^"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"ÁG\x13Ì?êFäˆø¢­Ø9\x0E$"
  b"rvƒšªÙIO‡•õ\x01Ìkî\x02"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"\x1E'‰¨N"¥;3Ã/EY}"
  b"\x17‹•XQ…Gš˜¥„Ù.\x17“Ý"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"Û«Ó\x06]_K┐▓4D7Øßû#"
  b"5¯öÆj\x06K/Á═Ü╦Û\x10Ø\x19"
  b"ÊÒ4QðVC·£¾³\e}¥˜v"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"\x0F\x19D\x12ÜJK\x02—òþ\x18ü¿ö="
  b"Ý%ʄܢI\x12´›£wèP»Ÿ"
  b"\tóxö\x1D4M¸ŠÏª˜Ä9¡õ"
  b"ñ‗Î┌BèE@Ø\x05ÛoRî~\x03"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"\x16±\x17+▄ù@Xü\fø\x1Dı½É\x1C"
  b"‘€âî’*EË•Ð4ö·‰sŽ"
  b"¶@CZ§¤MH­œFŠ &º£"
  b"Âö+â8KK]¥²Æâ!œU—"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"è\x1D¿•\x14±A𝠠\x02Ô]\fF"
  b"†©t©­]@ƒ¿´,YV„Ól"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"+X\x05{3CEVûbì\x0FNçÞ"
  b"Ø╔T)ù¢I¶Ö¾]fM3,%"
  b"ù┴±6lcK═Â:ƒ╔äÅG`"
  b"\x01†C,¢MA迬&îLJCç"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"_heÄÑûN=É╠ÌU7B:±"
  b"{…½T\x1DÎA¶—ê7Z¶ÈÊY"
  b"\x08›–\x07)×Ct˜\x1FcÕ o _"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¼zˆ¤r¦F½´/j~‰p&T"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"VÒ¥Žd9K*‘‡i¯ª#³ù"
  b"2§»h░HFì│÷┘\x16àÕ█z"
  b"˜MV`ȃK£±„>‚á¹\x14¹"
  b"dUöÎ'ùK½³Ë«›„@\x18Ê"
  b" !´—3ÈN‹ž¥ý¯>nSÀ"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Ç]ƒú\x19³Oæ„DBüçCÑü"
  b"“ùíã\x0F‡I÷¾9\x1FµƒÝÝz"
  b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12·x"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"\x19¶o\x16\x15CaŽÔBä8´É\x02"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"ò:¯╠╣WG┼ó┐\tuÞ"ü^"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"ð/­âß4J\x03šF\:ç\x08çÞ"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"À²d¦ð;H\x1D¯ý‹0“ÕŠ["
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"\x1C\x18`<F–EL¯ŽLôS{\x01"
  b"ª\x15\nJÒëGS±\x15\x00Äÿ¼#\x02"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"éil\x01>cCüºÝ\x1F…“»c¸"
  b"^\x17ž¾í\x13L³°¼í\x0F\eÊ\x03"
  b"ù§”~%kI쫊'`q‹ÿ¨"
  b"¡O`\rQfHc‡S‹°¯\x08"
  b"Ñþ\êY┼FTø\x06[xFi¹É"
  b"¦^▄ÞIûF\fÉ\x18\x01╦‗\x7F"
  b">Ö÷|6FN¿¤W3"\e9+c"
  b"øuç<¹ÐGø¤ÂfØ$Ⱦ™"
  b"ý ì\x17\r-Eý╝\x1D¸▒É\v"
  b"²╣è^\x01╚DÉÄ\x01\x05P\rÑ0+"
  b"`\x19gzVáM!‰;Õ+\x02òÜ\x0F"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"ß\x1F\x18È\x12·H\tÅSDXñ8Ïi"
  b"Šã¿{8ÂFiŒL«Þ&4?>"
  b"s¸#èûâBG±‡šˆlZ«è"
  b"È­Ñqp=EØ£(<rU&K¼"
  b"\x15~\vg¢žI\¥ÉÚ¹¹:yµ"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"~Ð5vì&KîÀd­e\x1D¥òÿ"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"ð<¿Å\x19îD쉺_m=j7w"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"Ïv»—í°Gè¤M)kae\f"
  b"Œ¬\x023uTI‘«ˆBtÿÏI\x13"
  b"ä®2xØ`Hß™{î\x1Ej\r"
  b"\tbÝìIJ¼Qó\x12ÔºW-"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"┴(ë)gËH&®│ÐÒìû?i"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"å«?}\x0E«M8‡ŠOÆpËÕ<"
  b"ŸæŸ‡ŽrJ½µ¥¨ó h\x11û"
  b"µžÝ¾àZCî§Y‘pö¾?L"
  b"\x04Ú±Àè,@_œ§Ö[^¢n7"
  b":ËârÿÒD\x08ˆæÀN\x11ÅÞ…"
  b"\x14xÖsIr›*Cy¶6,Ý"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"ëCÊoœýF\x14™°û\f(m£7"
  b"ÅÙ\eoVÓL!Œ9><ãÚ³*"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"\rü±X^ÅA&‚n9ì\x06Ú\x15\f"
  b"`\x17\x04 ´~M‰¬$"\x06ƒ‰Nn"
  b"°yÉz}²O¥¦¤šÄýþ6¾"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"Í\x1Cç\x07;└MÉÖ*╠Ed\x05"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Ç3,Ǻ\x1DI(µfcä¾»Ah"
  b"»NSIø\x08K═¬Cõ\v âÉ¿"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"Z\fY\x163œB\x0E°úÏRvvC\x03"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"\x06DÒÛfÄD”žßw:b8Zá"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Eˆ_$Ì\x1CH¾„ýïÝÄŒz*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\x06\x17ŠF;ÍC\x7F´\vÉTŒU’ð"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"™[>Á‚QI¼œ¼¢+\x12Ô´Ž"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"d>³N÷èLEú<SظN\x05©"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b") ft™\x1FEâ‰:Î9v¦AK"
  b"\x14a´–Eœ’ ¢17rðX"
  b"ˆöëT‰iD^Œù\x18­\x7FþS–"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"\x00C¤*8IKÝ’ýQæ^Øp\x11"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"×jÆŠXœMV†ÿ\x12'ÉéÝy"
  b"½(›~OÝJðª7õ\x0F„Á›#"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"*~C5\x07(M׋'5óN7î²"
  b"G½,à<\x03Kƒ­ü—Ÿ\x08z9&"
  b"yŒýˆ·[Aà™î\x1D?Õg¢Ž"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"└zzò¨╗@ùÆ┐äçÅ©/i"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"/Œ:\x02xÜO6\x02\x0Ešg\x10"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"Ä7–Ú{\x19B¤°@æí-†¯\x10"
  b"Y:\x7F5ðÐE-¯\x07ï)ǵ”ê"
  b"?{TçR{GT±\öŸ‡ý\x02ê"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"NnmýÄ"A€´\x0F¹ýÆcù2"
  b"""
    Ð\n
    \x01Êe?Eb«·¦\x15K\x01α
    """
  b"┬B~ Å▄Cãé"¬(.g┤\f"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"«ð•³\x1EÖIC¿\x04ª¨&:t("
  b"T;\x12▀6\eOHömH└\eü▄¿"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"õ…\x00ˆï\fBK†\x1AíO±÷¸\r"
  b"\x0EJ`\x00^Hй }D=\x1F†x"
  b"\fìÃ\x10DaûB3X\f@Ñ1"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"""
    &À‹¶°ðCó€\n
    \x17\x1CãâÄÝ
    """
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"ǽ╦ºB°Aı┐¹^¸MÉıT"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\x1E\x1Feð░HDPÉ┘¼øp >\x07"
  b"\x11÷┤└ƒÄNÿüåüPñ\x08û©"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"³Ñ—Qâ!L‘„¬º¯g°{\x00"
  b"ïZ§\x0EöLANÉ~J▒┌ó5t"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ŠR"\x1AÛûA۩⼯ò\x14"
  b"»└\x08ê▒#N ÉNÌ╠ÖøÄÖ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x06Dé^ûåO'·UêÊí4\x0Fà"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"å&¶t\x01¤@JƒLì¼½░P«"
  b"\r±e‗hÍH¤Ø?ëë,Å\x12÷"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"Æ­=œX.JŽ–sÂ\x0F|d¡D"
  b"‚c$3\nDMú–©\x00·DCgŠ"
  b"Z\x13«s┴¯BD¼Å»©■\x17öX"
  b"xzì)ý±LR´˜eiÅÉŸÉ"
  b"´┌QúüÔMâö¢<c77ç("
  b"ÊÅ‘ð¨ÈA\t·u‡Ýà¤Ö\x00"
  b"\x1C\x03\x03ÀA¿™oð$ÂøÀ\x00"
  b"«&!´U>OI¢QÄ\t\x08\x03"
  b"ÄÖ¶ï>IOqÉ­║ÎÖ|\x7F"
  b"\vsDO.®FÕ“\rr\x7Fï\x14µà"
  b"\x0E\fWèã¢F7ë\x11\x7F]óÉc═"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"äæ ²|ÛDΡëýVkì2ø"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"¾Ÿ\8üÕFˆ¾žÿ_c"
  b"""
    _@ï\v’BO\n
    ¢\x10\x18舊wz
    """
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"’XÁ\x00\x08ÐKä–\x08¹M3[¤K"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"|¢ãk\x11 @‰€R\x7FÈ#Nƃ"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"k3Å└▀ÚH@£n█G╬zr¾"
  b"QŒŽD´;A¸©\x01\x11Ážê¸m"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"CO¥1═\x1CH\x17Åõ░ÙW└YD"
  b"ßËuØmüK╚¿Z® 9╠¢┴"
  b"╚üS■9kKvç&\x1Ex\x1E¾î§"
  b";áh!\x17JKH¶|\x10…W=ŒÉ"
  b":aÓhg╗B[ú╩Øp▓QGc"
  b",\t;WÛÐG¸¹§òô²xír"
  b"úf\x15,M\x05JH³Œ?Ó¦”*'"
  b"¤¼2äùÜ@Xü┐»ØÚKnh"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"D]\vY¼pE#¡0n\véG›\x1C"
  b"ƒP–åh#@]šÇ›é÷T\x03U"
  b"n\x02Ð.Û3Kn–\x14kYè\x06ƒÖ"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b";ÁÆËÙCC‚µ\x0F*Çjö`k"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"·4™Œ\x04AAj¾œ\x15\x0E\x0F¹n}"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b")17ý¹ÏB׋\x1D‹Ð1È8«"
  b"Y·ì)\x7FßD*ö\x10Ñ\t╦═\x01\x1E"
  b"WwÆE^„AC»‚ä™zèK’"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"-\x05b]'…NÍ‘ê„Ý!\x0F»\x11"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"IP…1\e1GO íòs=\x1A…?"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"†;øfaîJD’0w&Óå0­"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"Áa\x00F\v,Jî½'Z7}‘\x16O"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Ÿ% RîÅDþV©´çs)f"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"lÔÁ\x07(FH\x16ü\v6\x0Eæ:Vƒ"
  b"ÏÞ\x02Ó"‗M\x04£╔/Å\x02øù─"
  b"©sÕ—Ÿ#C\x06šµ\vE 'å5"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"Ø@œv\x13ï@íšo.Ô'„\x0EÚ"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"-ç1\x1ESINúš;G`ïÅz€"
  b"ó´\x12\F\x04O╝░NGÜýÈzì"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Y\eƒ(Û\x11@\rü╚╠╬tF╝l"
  b"2\x0F?*–·F¬…\x1CÍòˆÎqÏ"
  b"Ž!Z0Z D›¼YšAA\x1DÀ>"
  b"╣Kü&q°E0ûñù\x02¡µËþ"
  b"═\+@¶\x05H\rÅ÷÷\x01m`\x13E"
]
83 71.07 ms
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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.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 `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 (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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"`”Û"þ$O‡™5`±kî&„"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b"5¡§mlêMº«{┌E§j\x07ü"
  b"""
    \n
    oJb7ÿDeœ÷¥Ù\x11´l©
    """
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Jï!1hçL\x17ŽZï\x1Fÿ4¥R"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Å=,ŽeŒK#–)ÏÆå‰ÙC"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"0rØîþ\fIäÑnÞ\x16ƒ?¤U"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"Ö+Ä\x0Fá\x10HÜ…+þˆ‘º@ð"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ö†\x05\f\x1A~DA…”ÃÔ÷v/("
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"Ñõ2\trvF[ž>š}‡U}]"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"\x1FÝäcð6M»·Æ;°C3\x03½"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"\x1ErVŦ]I*˜Íß0:7Fè"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"{°Aï\x07®E\x13žm\x07\x03ØŠƒ"
  b"""
    )B=>²WM\n
    §€#ÜA\x05é:
    """
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"VJÔÍi5K5‰ìsq@“ÑÄ"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"¶Û$ôÌ\x04DM¸ÝµíØNd›"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"\x12È\x03ubØO■Ö¨pܲû\x08P"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"†-ýP}+E­¤gà›džB–"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b"""
    \x1D\n
    \x11¯AyƒÃµtƒY\x0F<
    """
  b"¬©3'»rEh¾\x10¤gŠâ§\x04"
  b"Ý`ÆÈôxHظ‰N–»Äqd"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"\x07¤\r¬ÑÙB3ž´ª8n©‰ä"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"%\x1F\x06µ\e\x16M'¹\x1AœH&ÞBJ"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"~ä`\rºùEW·®†9¥=Dè"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"¤\x19\x05iÝ)J2±Œƒ6à©'Ë"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b" uY“b”H\“[0áU;ÖÚ"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"îûN2$ç@P»<çË??žî"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"YÏ.ßQ¯J~­£\x01n9Sßì"
  b"ΟG\x15\x11\x17G:‰\x15ŒæeK","
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"\x13A\fVÅÁL├í╝GäÂp▒p"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"\x00á%Q\x0F\x03HC’ü”3\x16\x16\nï"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"+¿]qâ˜A'„©‡MâËún"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"{\rÀrŽ˜DH«!|\x13Ìôc#"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"5>Ά\x05\x1FIƵ0€ë\x08+\x0EB"
  b"3\x14¬“XóG‰‹µ³ùÚSׇ"
  b"ANÑõåLΈ˜É\x12ô8׆"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"0\x0EÒg“âOo´£å@˜æ$’"
  b"Þé¶ÅÓ E”¼v’ßÂ\x10¼s"
  b"""
    de¶Á­\x08HÌ´RZ\n
    3\x1F$R
    """
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"ŠJò‰0ÐIÈŒ\t„JŸ­“g"
  b"░]]Ø▓ÕNÙûYçjp\v"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"É\x06²JU\x08CÀú \x02g²fó³"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"¦\x17\x00øñH@A║IÓãÄ#ÁÅ"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"^@ÓÓ^ÉHª°;Y\x01[ï6Š"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"\x04;ÊpZF@-—E—µ÷zÍ!"
  b"\x14Ç\x18Ôî¹C%œ\x02_#C^‰^"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"ÁG\x13Ì?êFäˆø¢­Ø9\x0E$"
  b"rvƒšªÙIO‡•õ\x01Ìkî\x02"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"\x1E'‰¨N"¥;3Ã/EY}"
  b"\x17‹•XQ…Gš˜¥„Ù.\x17“Ý"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"Û«Ó\x06]_K┐▓4D7Øßû#"
  b"5¯öÆj\x06K/Á═Ü╦Û\x10Ø\x19"
  b"ÊÒ4QðVC·£¾³\e}¥˜v"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"\x0F\x19D\x12ÜJK\x02—òþ\x18ü¿ö="
  b"Ý%ʄܢI\x12´›£wèP»Ÿ"
  b"\tóxö\x1D4M¸ŠÏª˜Ä9¡õ"
  b"ñ‗Î┌BèE@Ø\x05ÛoRî~\x03"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"\x16±\x17+▄ù@Xü\fø\x1Dı½É\x1C"
  b"‘€âî’*EË•Ð4ö·‰sŽ"
  b"¶@CZ§¤MH­œFŠ &º£"
  b"Âö+â8KK]¥²Æâ!œU—"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"è\x1D¿•\x14±A𝠠\x02Ô]\fF"
  b"†©t©­]@ƒ¿´,YV„Ól"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"+X\x05{3CEVûbì\x0FNçÞ"
  b"Ø╔T)ù¢I¶Ö¾]fM3,%"
  b"ù┴±6lcK═Â:ƒ╔äÅG`"
  b"\x01†C,¢MA迬&îLJCç"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"_heÄÑûN=É╠ÌU7B:±"
  b"{…½T\x1DÎA¶—ê7Z¶ÈÊY"
  b"\x08›–\x07)×Ct˜\x1FcÕ o _"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¼zˆ¤r¦F½´/j~‰p&T"
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"VÒ¥Žd9K*‘‡i¯ª#³ù"
  b"2§»h░HFì│÷┘\x16àÕ█z"
  b"˜MV`ȃK£±„>‚á¹\x14¹"
  b"dUöÎ'ùK½³Ë«›„@\x18Ê"
  b" !´—3ÈN‹ž¥ý¯>nSÀ"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Ç]ƒú\x19³Oæ„DBüçCÑü"
  b"“ùíã\x0F‡I÷¾9\x1FµƒÝÝz"
  b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12·x"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"\x19¶o\x16\x15CaŽÔBä8´É\x02"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"ò:¯╠╣WG┼ó┐\tuÞ"ü^"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"ð/­âß4J\x03šF\:ç\x08çÞ"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"À²d¦ð;H\x1D¯ý‹0“ÕŠ["
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"\x1C\x18`<F–EL¯ŽLôS{\x01"
  b"ª\x15\nJÒëGS±\x15\x00Äÿ¼#\x02"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"éil\x01>cCüºÝ\x1F…“»c¸"
  b"^\x17ž¾í\x13L³°¼í\x0F\eÊ\x03"
  b"ù§”~%kI쫊'`q‹ÿ¨"
  b"¡O`\rQfHc‡S‹°¯\x08"
  b"Ñþ\êY┼FTø\x06[xFi¹É"
  b"¦^▄ÞIûF\fÉ\x18\x01╦‗\x7F"
  b">Ö÷|6FN¿¤W3"\e9+c"
  b"øuç<¹ÐGø¤ÂfØ$Ⱦ™"
  b"ý ì\x17\r-Eý╝\x1D¸▒É\v"
  b"²╣è^\x01╚DÉÄ\x01\x05P\rÑ0+"
  b"`\x19gzVáM!‰;Õ+\x02òÜ\x0F"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"ß\x1F\x18È\x12·H\tÅSDXñ8Ïi"
  b"Šã¿{8ÂFiŒL«Þ&4?>"
  b"s¸#èûâBG±‡šˆlZ«è"
  b"È­Ñqp=EØ£(<rU&K¼"
  b"\x15~\vg¢žI\¥ÉÚ¹¹:yµ"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"~Ð5vì&KîÀd­e\x1D¥òÿ"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"ð<¿Å\x19îD쉺_m=j7w"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"Ïv»—í°Gè¤M)kae\f"
  b"Œ¬\x023uTI‘«ˆBtÿÏI\x13"
  b"ä®2xØ`Hß™{î\x1Ej\r"
  b"\tbÝìIJ¼Qó\x12ÔºW-"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"┴(ë)gËH&®│ÐÒìû?i"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"å«?}\x0E«M8‡ŠOÆpËÕ<"
  b"ŸæŸ‡ŽrJ½µ¥¨ó h\x11û"
  b"µžÝ¾àZCî§Y‘pö¾?L"
  b"\x04Ú±Àè,@_œ§Ö[^¢n7"
  b":ËârÿÒD\x08ˆæÀN\x11ÅÞ…"
  b"\x14xÖsIr›*Cy¶6,Ý"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"ëCÊoœýF\x14™°û\f(m£7"
  b"ÅÙ\eoVÓL!Œ9><ãÚ³*"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"\rü±X^ÅA&‚n9ì\x06Ú\x15\f"
  b"`\x17\x04 ´~M‰¬$"\x06ƒ‰Nn"
  b"°yÉz}²O¥¦¤šÄýþ6¾"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"Í\x1Cç\x07;└MÉÖ*╠Ed\x05"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Ç3,Ǻ\x1DI(µfcä¾»Ah"
  b"»NSIø\x08K═¬Cõ\v âÉ¿"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"Z\fY\x163œB\x0E°úÏRvvC\x03"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"\x06DÒÛfÄD”žßw:b8Zá"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Eˆ_$Ì\x1CH¾„ýïÝÄŒz*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\x06\x17ŠF;ÍC\x7F´\vÉTŒU’ð"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"™[>Á‚QI¼œ¼¢+\x12Ô´Ž"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"d>³N÷èLEú<SظN\x05©"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b") ft™\x1FEâ‰:Î9v¦AK"
  b"\x14a´–Eœ’ ¢17rðX"
  b"ˆöëT‰iD^Œù\x18­\x7FþS–"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"\x00C¤*8IKÝ’ýQæ^Øp\x11"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"×jÆŠXœMV†ÿ\x12'ÉéÝy"
  b"½(›~OÝJðª7õ\x0F„Á›#"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"*~C5\x07(M׋'5óN7î²"
  b"G½,à<\x03Kƒ­ü—Ÿ\x08z9&"
  b"yŒýˆ·[Aà™î\x1D?Õg¢Ž"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"└zzò¨╗@ùÆ┐äçÅ©/i"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"/Œ:\x02xÜO6\x02\x0Ešg\x10"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"Ä7–Ú{\x19B¤°@æí-†¯\x10"
  b"Y:\x7F5ðÐE-¯\x07ï)ǵ”ê"
  b"?{TçR{GT±\öŸ‡ý\x02ê"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"NnmýÄ"A€´\x0F¹ýÆcù2"
  b"""
    Ð\n
    \x01Êe?Eb«·¦\x15K\x01α
    """
  b"┬B~ Å▄Cãé"¬(.g┤\f"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b"«ð•³\x1EÖIC¿\x04ª¨&:t("
  b"T;\x12▀6\eOHömH└\eü▄¿"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"õ…\x00ˆï\fBK†\x1AíO±÷¸\r"
  b"\x0EJ`\x00^Hй }D=\x1F†x"
  b"\fìÃ\x10DaûB3X\f@Ñ1"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"""
    &À‹¶°ðCó€\n
    \x17\x1CãâÄÝ
    """
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"ǽ╦ºB°Aı┐¹^¸MÉıT"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\x1E\x1Feð░HDPÉ┘¼øp >\x07"
  b"\x11÷┤└ƒÄNÿüåüPñ\x08û©"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"³Ñ—Qâ!L‘„¬º¯g°{\x00"
  b"ïZ§\x0EöLANÉ~J▒┌ó5t"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ŠR"\x1AÛûA۩⼯ò\x14"
  b"»└\x08ê▒#N ÉNÌ╠ÖøÄÖ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x06Dé^ûåO'·UêÊí4\x0Fà"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"å&¶t\x01¤@JƒLì¼½░P«"
  b"\r±e‗hÍH¤Ø?ëë,Å\x12÷"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"Æ­=œX.JŽ–sÂ\x0F|d¡D"
  b"‚c$3\nDMú–©\x00·DCgŠ"
  b"Z\x13«s┴¯BD¼Å»©■\x17öX"
  b"xzì)ý±LR´˜eiÅÉŸÉ"
  b"´┌QúüÔMâö¢<c77ç("
  b"ÊÅ‘ð¨ÈA\t·u‡Ýà¤Ö\x00"
  b"\x1C\x03\x03ÀA¿™oð$ÂøÀ\x00"
  b"«&!´U>OI¢QÄ\t\x08\x03"
  b"ÄÖ¶ï>IOqÉ­║ÎÖ|\x7F"
  b"\vsDO.®FÕ“\rr\x7Fï\x14µà"
  b"\x0E\fWèã¢F7ë\x11\x7F]óÉc═"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"äæ ²|ÛDΡëýVkì2ø"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"¾Ÿ\8üÕFˆ¾žÿ_c"
  b"""
    _@ï\v’BO\n
    ¢\x10\x18舊wz
    """
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"’XÁ\x00\x08ÐKä–\x08¹M3[¤K"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"|¢ãk\x11 @‰€R\x7FÈ#Nƃ"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"k3Å└▀ÚH@£n█G╬zr¾"
  b"QŒŽD´;A¸©\x01\x11Ážê¸m"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"CO¥1═\x1CH\x17Åõ░ÙW└YD"
  b"ßËuØmüK╚¿Z® 9╠¢┴"
  b"╚üS■9kKvç&\x1Ex\x1E¾î§"
  b";áh!\x17JKH¶|\x10…W=ŒÉ"
  b":aÓhg╗B[ú╩Øp▓QGc"
  b",\t;WÛÐG¸¹§òô²xír"
  b"úf\x15,M\x05JH³Œ?Ó¦”*'"
  b"¤¼2äùÜ@Xü┐»ØÚKnh"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"D]\vY¼pE#¡0n\véG›\x1C"
  b"ƒP–åh#@]šÇ›é÷T\x03U"
  b"n\x02Ð.Û3Kn–\x14kYè\x06ƒÖ"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b";ÁÆËÙCC‚µ\x0F*Çjö`k"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"·4™Œ\x04AAj¾œ\x15\x0E\x0F¹n}"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b")17ý¹ÏB׋\x1D‹Ð1È8«"
  b"Y·ì)\x7FßD*ö\x10Ñ\t╦═\x01\x1E"
  b"WwÆE^„AC»‚ä™zèK’"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"-\x05b]'…NÍ‘ê„Ý!\x0F»\x11"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"IP…1\e1GO íòs=\x1A…?"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"†;øfaîJD’0w&Óå0­"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"Áa\x00F\v,Jî½'Z7}‘\x16O"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Ÿ% RîÅDþV©´çs)f"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"lÔÁ\x07(FH\x16ü\v6\x0Eæ:Vƒ"
  b"ÏÞ\x02Ó"‗M\x04£╔/Å\x02øù─"
  b"©sÕ—Ÿ#C\x06šµ\vE 'å5"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"Ø@œv\x13ï@íšo.Ô'„\x0EÚ"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"-ç1\x1ESINúš;G`ïÅz€"
  b"ó´\x12\F\x04O╝░NGÜýÈzì"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Y\eƒ(Û\x11@\rü╚╠╬tF╝l"
  b"2\x0F?*–·F¬…\x1CÍòˆÎqÏ"
  b"Ž!Z0Z D›¼YšAA\x1DÀ>"
  b"╣Kü&q°E0ûñù\x02¡µËþ"
  b"═\+@¶\x05H\rÅ÷÷\x01m`\x13E"
]
84 3.64 ms
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"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00C¤*8IKÝ’ýQæ^Øp\x11"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00á%Q\x0F\x03HC’ü”3\x16\x16\nï"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x01†C,¢MA迬&îLJCç"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x04;ÊpZF@-—E—µ÷zÍ!"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"\x04Ú±Àè,@_œ§Ö[^¢n7"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x06\x17ŠF;ÍC\x7F´\vÉTŒU’ð"
  b"\x06DÒÛfÄD”žßw:b8Zá"
  b"\x06Dé^ûåO'·UêÊí4\x0Fà"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07¤\r¬ÑÙB3ž´ª8n©‰ä"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08›–\x07)×Ct˜\x1FcÕ o _"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\tóxö\x1D4M¸ŠÏª˜Ä9¡õ"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    oJb7ÿDeœ÷¥Ù\x11´l©
    """
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vsDO.®FÕ“\rr\x7Fï\x14µà"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\r±e‗hÍH¤Ø?ëë,Å\x12÷"
  b"\rü±X^ÅA&‚n9ì\x06Ú\x15\f"
  b"\x0E\fWèã¢F7ë\x11\x7F]óÉc═"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F\x19D\x12ÜJK\x02—òþ\x18ü¿ö="
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11÷┤└ƒÄNÿüåüPñ\x08û©"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12È\x03ubØO■Ö¨pܲû\x08P"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x13A\fVÅÁL├í╝GäÂp▒p"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"\x14Ç\x18Ôî¹C%œ\x02_#C^‰^"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"\x15~\vg¢žI\¥ÉÚ¹¹:yµ"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"\x16±\x17+▄ù@Xü\fø\x1Dı½É\x1C"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17‹•XQ…Gš˜¥„Ù.\x17“Ý"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"\x19¶o\x16\x15CaŽÔBä8´É\x02"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\x18`<F–EL¯ŽLôS{\x01"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C\x03\x03ÀA¿™oð$ÂøÀ\x00"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1D\n
    \x11¯AyƒÃµtƒY\x0F<
    """
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1E\x1Feð░HDPÉ┘¼øp >\x07"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1ErVŦ]I*˜Íß0:7Fè"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1FÝäcð6M»·Æ;°C3\x03½"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"%\x1F\x06µ\e\x16M'¹\x1AœH&ÞBJ"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"""
    &À‹¶°ðCó€\n
    \x17\x1CãâÄÝ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b") ft™\x1FEâ‰:Î9v¦AK"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")17ý¹ÏB׋\x1D‹Ð1È8«"
  b"""
    )B=>²WM\n
    §€#ÜA\x05é:
    """
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"\tbÝìIJ¼Qó\x12ÔºW-"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*~C5\x07(M׋'5óN7î²"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+X\x05{3CEVûbì\x0FNçÞ"
  b"+¿]qâ˜A'„©‡MâËún"
  b",\t;WÛÐG¸¹§òô²xír"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-\x05b]'…NÍ‘ê„Ý!\x0F»\x11"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ç1\x1ESINúš;G`ïÅz€"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/Œ:\x02xÜO6\x02\x0Ešg\x10"
  b"0\x0EÒg“âOo´£å@˜æ$’"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0rØîþ\fIäÑnÞ\x16ƒ?¤U"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2\x0F?*–·F¬…\x1CÍòˆÎqÏ"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"2§»h░HFì│÷┘\x16àÕ█z"
  b"3\x14¬“XóG‰‹µ³ùÚSׇ"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5>Ά\x05\x1FIƵ0€ë\x08+\x0EB"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5¡§mlêMº«{┌E§j\x07ü"
  b"5¯öÆj\x06K/Á═Ü╦Û\x10Ø\x19"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":aÓhg╗B[ú╩Øp▓QGc"
  b":ËârÿÒD\x08ˆæÀN\x11ÅÞ…"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";Z0i¹!B#£Þm–‚³‘o"
  b";ÁÆËÙCC‚µ\x0F*Çjö`k"
  b";áh!\x17JKH¶|\x10…W=ŒÉ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">Ö÷|6FN¿¤W3"\e9+c"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?{TçR{GT±\öŸ‡ý\x02ê"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"ANÑõåLΈ˜É\x12ô8׆"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"CO¥1═\x1CH\x17Åõ░ÙW└YD"
  b"D]\vY¼pE#¡0n\véG›\x1C"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"Eˆ_$Ì\x1CH¾„ýïÝÄŒz*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G½,à<\x03Kƒ­ü—Ÿ\x08z9&"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x14xÖsIr›*Cy¶6,Ý"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"Jï!1hçL\x17ŽZï\x1Fÿ4¥R"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12·x"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L”aªŸ#Gˑۿck1œ?"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x14a´–Eœ’ ¢17rðX"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"NnmýÄ"A€´\x0F¹ýÆcù2"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"QŒŽD´;A¸©\x01\x11Ážê¸m"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x1E'‰¨N"¥;3Ã/EY}"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T;\x12▀6\eOHömH└\eü▄¿"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"VJÔÍi5K5‰ìsq@“ÑÄ"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"VÒ¥Žd9K*‘‡i¯ª#³ù"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"WwÆE^„AC»‚ä™zèK’"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y\eƒ(Û\x11@\rü╚╠╬tF╝l"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y:\x7F5ðÐE-¯\x07ï)ǵ”ê"
  b"YÏ.ßQ¯J~­£\x01n9Sßì"
  b"Y·ì)\x7FßD*ö\x10Ñ\t╦═\x01\x1E"
  b"Z\fY\x163œB\x0E°úÏRvvC\x03"
  b"Z\x13«s┴¯BD¼Å»©■\x17öX"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^\x17ž¾í\x13L³°¼í\x0F\eÊ\x03"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"^@ÓÓ^ÉHª°;Y\x01[ï6Š"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"""
    _@ï\v’BO\n
    ¢\x10\x18舊wz
    """
  b"_heÄÑûN=É╠ÌU7B:±"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`\x17\x04 ´~M‰¬$"\x06ƒ‰Nn"
  b"`\x19gzVáM!‰;Õ+\x02òÜ\x0F"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"d>³N÷èLEú<SظN\x05©"
  b"dUöÎ'ùK½³Ë«›„@\x18Ê"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"""
    de¶Á­\x08HÌ´RZ\n
    3\x1F$R
    """
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"jØâB?³C®£ª╠*\v3jô"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"k3Å└▀ÚH@£n█G╬zr¾"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"lÔÁ\x07(FH\x16ü\v6\x0Eæ:Vƒ"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"n\x02Ð.Û3Kn–\x14kYè\x06ƒÖ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"rvƒšªÙIO‡•õ\x01Ìkî\x02"
  b"\fgæGMܱû©e±.ÍŠ"
  b"s¸#èûâBG±‡šˆlZ«è"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"\fìÃ\x10DaûB3X\f@Ñ1"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"xzì)ý±LR´˜eiÅÉŸÉ"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"yŒýˆ·[Aà™î\x1D?Õg¢Ž"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"{\rÀrŽ˜DH«!|\x13Ìôc#"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{…½T\x1DÎA¶—ê7Z¶ÈÊY"
  b"{°Aï\x07®E\x13žm\x07\x03ØŠƒ"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|¢ãk\x11 @‰€R\x7FÈ#Nƃ"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"~Ð5vì&KîÀd­e\x1D¥òÿ"
  b"~ä`\rºùEW·®†9¥=Dè"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ǽ╦ºB°Aı┐¹^¸MÉıT"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"‚c$3\nDMú–©\x00·DCgŠ"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒP–åh#@]šÇ›é÷T\x03U"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"å&¶t\x01¤@JƒLì¼½░P«"
  b"†-ýP}+E­¤gà›džB–"
  b"†;øfaîJD’0w&Óå0­"
  b"†©t©­]@ƒ¿´,YV„Ól"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆöëT‰iD^Œù\x18­\x7FþS–"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"ŠJò‰0ÐIÈŒ\t„JŸ­“g"
  b"ŠR"\x1AÛûA۩⼯ò\x14"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"Šã¿{8ÂFiŒL«Þ&4?>"
  b"\x0EJ`\x00^Hй }D=\x1F†x"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"ïZ§\x0EöLANÉ~J▒┌ó5t"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"Œ¬\x023uTI‘«ˆBtÿÏI\x13"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž!Z0Z D›¼YšAA\x1DÀ>"
  b"ÄÖ¶ï>IOqÉ­║ÎÖ|\x7F"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É\x06²JU\x08CÀú \x02g²fó³"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘€âî’*EË•Ð4ö·‰sŽ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’XÁ\x00\x08ÐKä–\x08¹M3[¤K"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"“ùíã\x0F‡I÷¾9\x1FµƒÝÝz"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"ò:¯╠╣WG┼ó┐\tuÞ"ü^"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"ù┴±6lcK═Â:ƒ╔äÅG`"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"˜MV`ȃK£±„>‚á¹\x14¹"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"™[>Á‚QI¼œ¼¢+\x12Ô´Ž"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"Ø╔T)ù¢I¶Ö¾]fM3,%"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž“_Hß”C2­ii1º,ýä"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"Ÿ% RîÅDþV©´çs)f"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"ŸæŸ‡ŽrJ½µ¥¨ó h\x11û"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b" !´—3ÈN‹ž¥ý¯>nSÀ"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" uY“b”H\“[0áU;ÖÚ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"¡O`\rQfHc‡S‹°¯\x08"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"ó´\x12\F\x04O╝░NGÜýÈzì"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x19\x05iÝ)J2±Œƒ6à©'Ë"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ‗Î┌BèE@Ø\x05ÛoRî~\x03"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"Ñþ\êY┼FTø\x06[xFi¹É"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©sÕ—Ÿ#C\x06šµ\vE 'å5"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ª\x15\nJÒëGS±\x15\x00Äÿ¼#\x02"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"«&!´U>OI¢QÄ\t\x08\x03"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«ð•³\x1EÖIC¿\x04ª¨&:t("
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"¬©3'»rEh¾\x10¤gŠâ§\x04"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"»NSIø\x08K═¬Cõ\v âÉ¿"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"»└\x08ê▒#N ÉNÌ╠ÖøÄÖ"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░]]Ø▓ÕNÙûYçjp\v"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°yÉz}²O¥¦¤šÄýþ6¾"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"³Ñ—Qâ!L‘„¬º¯g°{\x00"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÝ¾àZCî§Y‘pö¾?L"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶@CZ§¤MH­œFŠ &º£"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"¶Û$ôÌ\x04DM¸ÝµíØNd›"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"·4™Œ\x04AAj¾œ\x15\x0E\x0F¹n}"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"╣Kü&q°E0ûñù\x02¡µËþ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼zˆ¤r¦F½´/j~‰p&T"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"½(›~OÝJðª7õ\x0F„Á›#"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾Ÿ\8üÕFˆ¾žÿ_c"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"└zzò¨╗@ùÆ┐äçÅ©/i"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"À²d¦ð;H\x1D¯ý‹0“ÕŠ["
  b"┴(ë)gËH&®│ÐÒìû?i"
  b"ÁG\x13Ì?êFäˆø¢­Ø9\x0E$"
  b"Áa\x00F\v,Jî½'Z7}‘\x16O"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"┬B~ Å▄Cãé"¬(.g┤\f"
  b"Âö+â8KK]¥²Æâ!œU—"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ä7–Ú{\x19B¤°@æí-†¯\x10"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Å=,ŽeŒK#–)ÏÆå‰ÙC"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ÅÙ\eoVÓL!Œ9><ãÚ³*"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Æ­=œX.JŽ–sÂ\x0F|d¡D"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"Ç3,Ǻ\x1DI(µfcä¾»Ah"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ç]ƒú\x19³Oæ„DBüçCÑü"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"╚üS■9kKvç&\x1Ex\x1E¾î§"
  b"È­Ñqp=EØ£(<rU&K¼"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"ÊÅ‘ð¨ÈA\t·u‡Ýà¤Ö\x00"
  b"ÊÒ4QðVC·£¾³\e}¥˜v"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"═\+@¶\x05H\rÅ÷÷\x01m`\x13E"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"ΟG\x15\x11\x17G:‰\x15ŒæeK","
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Ïv»—í°Gè¤M)kae\f"
  b"¤¼2äùÜ@Xü┐»ØÚKnh"
  b"""
    Ð\n
    \x01Êe?Eb«·¦\x15K\x01α
    """
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"Ñõ2\trvF[ž>š}‡U}]"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"Í\x1Cç\x07;└MÉÖ*╠Ed\x05"
  b"Ö+Ä\x0Fá\x10HÜ…+þˆ‘º@ð"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö†\x05\f\x1A~DA…”ÃÔ÷v/("
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×jÆŠXœMV†ÿ\x12'ÉéÝy"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Ø@œv\x13ï@íšo.Ô'„\x0EÚ"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ÏÞ\x02Ó"‗M\x04£╔/Å\x02øù─"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"¦\x17\x00øñH@A║IÓãÄ#ÁÅ"
  b"Ý%ʄܢI\x12´›£wèP»Ÿ"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"¦^▄ÞIûF\fÉ\x18\x01╦‗\x7F"
  b"Ý`ÆÈôxHظ‰N–»Äqd"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"Þé¶ÅÓ E”¼v’ßÂ\x10¼s"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ß\x1F\x18È\x12·H\tÅSDXñ8Ïi"
  b"ßËuØmüK╚¿Z® 9╠¢┴"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b"ä®2xØ`Hß™{î\x1Ej\r"
  b"äæ ²|ÛDΡëýVkì2ø"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"å«?}\x0E«M8‡ŠOÆpËÕ<"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"è\x1D¿•\x14±A𝠠\x02Ô]\fF"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éil\x01>cCüºÝ\x1F…“»c¸"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Û«Ó\x06]_K┐▓4D7Øßû#"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëCÊoœýF\x14™°û\f(m£7"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"ý ì\x17\r-Eý╝\x1D¸▒É\v"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îûN2$ç@P»<çË??žî"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"´┌QúüÔMâö¢<c77ç("
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð/­âß4J\x03šF\:ç\x08çÞ"
  b"ð<¿Å\x19îD쉺_m=j7w"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ…\x00ˆï\fBK†\x1AíO±÷¸\r"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"øuç<¹ÐGø¤ÂfØ$Ⱦ™"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"ù§”~%kI쫊'`q‹ÿ¨"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"úf\x15,M\x05JH³Œ?Ó¦”*'"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"²╣è^\x01╚DÉÄ\x01\x05P\rÑ0+"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
]
85 3.42 ms
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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16Zn踖Kþ©æŠ\x05\fª\x00"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x0E·êø\x06*B<ÅÐ\x1As░.(¶"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ÛÒ^\x02®NG\x1FœþóüK“m\x1D"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01™/!Q<\x7Fʃ\x11A¶z\v¢¦"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16Zn踖Kþ©æŠ\x05\fª\x00"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"Ãd>Éô.B§ö±ZSiÿÝf"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16Zn踖Kþ©æŠ\x05\fª\x00"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"û9†Ë‰ƒLó£´,Ze\x10"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16Zn踖Kþ©æŠ\x05\fª\x00"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 13.13 ms
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00C¤*8IKÝ’ýQæ^Øp\x11"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00á%Q\x0F\x03HC’ü”3\x16\x16\nï"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x01†C,¢MA迬&îLJCç"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12³„\vØLË‚M‰n\et¶H"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02MR€*\x05K)‰õG\x7Fº\x04\r"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02║┌É1ºO*Âæ\x13.0▒.á"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x04;ÊpZF@-—E—µ÷zÍ!"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"""
    \x04Ø\n
    y\x19uB\x06║¦\x135╩.áK
    """
  b"\x04Ú±Àè,@_œ§Ö[^¢n7"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x06\x17ŠF;ÍC\x7F´\vÉTŒU’ð"
  b"\x06DÒÛfÄD”žßw:b8Zá"
  b"\x06Dé^ûåO'·UêÊí4\x0Fà"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07¤\r¬ÑÙB3ž´ª8n©‰ä"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08›–\x07)×Ct˜\x1FcÕ o _"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\túuc5àKuìÞ/U\x05íY|"
  b"\tóxö\x1D4M¸ŠÏª˜Ä9¡õ"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    oJb7ÿDeœ÷¥Ù\x11´l©
    """
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vsDO.®FÕ“\rr\x7Fï\x14µà"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\r±e‗hÍH¤Ø?ëë,Å\x12÷"
  b"\rü±X^ÅA&‚n9ì\x06Ú\x15\f"
  b"\x0E\fWèã¢F7ë\x11\x7F]óÉc═"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F\x19D\x12ÜJK\x02—òþ\x18ü¿ö="
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11÷┤└ƒÄNÿüåüPñ\x08û©"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12È\x03ubØO■Ö¨pܲû\x08P"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x13A\fVÅÁL├í╝GäÂp▒p"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"\x14Ç\x18Ôî¹C%œ\x02_#C^‰^"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"\x15~\vg¢žI\¥ÉÚ¹¹:yµ"
  b"\x15±~¥$èKº…\rƒ¿£è#ü"
  b"\x15¥ÚD┐ÑFA¥\x01¿üÒ~O\x07"
  b"\x16¦ýÏ CNG¦%\x07`Üßè\x15"
  b"\x16±\x17+▄ù@Xü\fø\x1Dı½É\x1C"
  b"\x17\x16·\x06Ž·Bà˜\x0FüãûÎ\x7FV"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17‹•XQ…Gš˜¥„Ù.\x17“Ý"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19‰}\x01“xO—¬J§ÞÞÃÔ–"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"\x19¶o\x16\x15CaŽÔBä8´É\x02"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\x18`<F–EL¯ŽLôS{\x01"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C\x03\x03ÀA¿™oð$ÂøÀ\x00"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1D\n
    \x11¯AyƒÃµtƒY\x0F<
    """
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1E\x1Feð░HDPÉ┘¼øp >\x07"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1ErVŦ]I*˜Íß0:7Fè"
  b"\x1F\x02¢HÈgNV–~®QXLÕ¤"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1FÝäcð6M»·Æ;°C3\x03½"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"%\x1F\x06µ\e\x16M'¹\x1AœH&ÞBJ"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"""
    &À‹¶°ðCó€\n
    \x17\x1CãâÄÝ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b") ft™\x1FEâ‰:Î9v¦AK"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")17ý¹ÏB׋\x1D‹Ð1È8«"
  b"""
    )B=>²WM\n
    §€#ÜA\x05é:
    """
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"\tbÝìIJ¼Qó\x12ÔºW-"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*~C5\x07(M׋'5óN7î²"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+X\x05{3CEVûbì\x0FNçÞ"
  b"+¿]qâ˜A'„©‡MâËún"
  b",\t;WÛÐG¸¹§òô²xír"
  b"""
    ,\n
    ‰yì\x02G쿸ñK ÑÂ\x12
    """
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-\x05b]'…NÍ‘ê„Ý!\x0F»\x11"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ç1\x1ESINúš;G`ïÅz€"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"/Œ:\x02xÜO6\x02\x0Ešg\x10"
  b"0\x0EÒg“âOo´£å@˜æ$’"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0rØîþ\fIäÑnÞ\x16ƒ?¤U"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2\x0F?*–·F¬…\x1CÍòˆÎqÏ"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"2§»h░HFì│÷┘\x16àÕ█z"
  b"3\x14¬“XóG‰‹µ³ùÚSׇ"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5>Ά\x05\x1FIƵ0€ë\x08+\x0EB"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5¡§mlêMº«{┌E§j\x07ü"
  b"5¯öÆj\x06K/Á═Ü╦Û\x10Ø\x19"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":!¦ý±×Cô½:kÆöh|‹"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":aÓhg╗B[ú╩Øp▓QGc"
  b":ËârÿÒD\x08ˆæÀN\x11ÅÞ…"
  b":·╚Ùf5Cu║¾r½┼\x13Ôü"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";Z0i¹!B#£Þm–‚³‘o"
  b";ÁÆËÙCC‚µ\x0F*Çjö`k"
  b";áh!\x17JKH¶|\x10…W=ŒÉ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\x10\x08@ÈB<ºÒ”9\eÙ*“"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"<þÏ”{ÂB[‘®Àà{ƒ¸i"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">Ö÷|6FN¿¤W3"\e9+c"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?{TçR{GT±\öŸ‡ý\x02ê"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x19╚╩c%D¯É\x02Dîà9þ|"
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"ANÑõåLΈ˜É\x12ô8׆"
  b"Aøßó.OLÌü╩³╠‗4fG"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"BÞÛ…šÒBã³sC\x1EÄ\x13"
  b"C>˜ .XC4š•F‹\x17sÁ("
  b"CO¥1═\x1CH\x17Åõ░ÙW└YD"
  b"D]\vY¼pE#¡0n\véG›\x1C"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"EƒÚ¦árB{¯^Ò–ÔMcN"
  b"Eˆ_$Ì\x1CH¾„ýïÝÄŒz*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G½,à<\x03Kƒ­ü—Ÿ\x08z9&"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x14xÖsIr›*Cy¶6,Ý"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IèWkE`AK¥bt—nì*\x1A"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"Jï!1hçL\x17ŽZï\x1Fÿ4¥R"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"K£h¸ÅÈL$║F\x01Þ\fS÷ß"
  b"KÉÖ‰—ŽN“¡ñÒ/Ñ\x12·x"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L”aªŸ#Gˑۿck1œ?"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x14a´–Eœ’ ¢17rðX"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"McvÜØKG>Á╝v\x01£\x11╗j"
  b"MâØJô²H‹¨«fú2WJ¡"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"NnmýÄ"A€´\x0F¹ýÆcù2"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"QŒŽD´;A¸©\x01\x11Ážê¸m"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x1E'‰¨N"¥;3Ã/EY}"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"T;\x12▀6\eOHömH└\eü▄¿"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¡¡ÉıÐBYæC½«\x18Ò\x1EF"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"VJÔÍi5K5‰ìsq@“ÑÄ"
  b"VbQ\x01dTN4‚9ŽŠ(N’'"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"VÒ¥Žd9K*‘‡i¯ª#³ù"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"WwÆE^„AC»‚ä™zèK’"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X¯÷xdfK˜…’0丞\x01ÿ"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y\eƒ(Û\x11@\rü╚╠╬tF╝l"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y:\x7F5ðÐE-¯\x07ï)ǵ”ê"
  b"YÏ.ßQ¯J~­£\x01n9Sßì"
  b"Y·ì)\x7FßD*ö\x10Ñ\t╦═\x01\x1E"
  b"Z\fY\x163œB\x0E°úÏRvvC\x03"
  b"Z\x13«s┴¯BD¼Å»©■\x17öX"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^\x17ž¾í\x13L³°¼í\x0F\eÊ\x03"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"^@ÓÓ^ÉHª°;Y\x01[ï6Š"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"""
    _@ï\v’BO\n
    ¢\x10\x18舊wz
    """
  b"_heÄÑûN=É╠ÌU7B:±"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`\x17\x04 ´~M‰¬$"\x06ƒ‰Nn"
  b"`\x19gzVáM!‰;Õ+\x02òÜ\x0F"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"d>³N÷èLEú<SظN\x05©"
  b"dUöÎ'ùK½³Ë«›„@\x18Ê"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"""
    de¶Á­\x08HÌ´RZ\n
    3\x1F$R
    """
  b"d©»|™¨Jȱ@8$Pž\x0Eé"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"i\x16îð5┐GÝøð.#&ü╚ö"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x00ÊÁ\\x03I\x17¡R¡˜~=ò\x7F"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"jØâB?³C®£ª╠*\v3jô"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"k3Å└▀ÚH@£n█G╬zr¾"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"lÔÁ\x07(FH\x16ü\v6\x0Eæ:Vƒ"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"mB¥ÚÙðMî’‹ómÏH\x14L"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"n\x02Ð.Û3Kn–\x14kYè\x06ƒÖ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p\x05ËTBÛIh¹\x1EÙY\x0Fa÷ø"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"rvƒšªÙIO‡•õ\x01Ìkî\x02"
  b"\fgæGMܱû©e±.ÍŠ"
  b"s¸#èûâBG±‡šˆlZ«è"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"\fìÃ\x10DaûB3X\f@Ñ1"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"xzì)ý±LR´˜eiÅÉŸÉ"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"yŒýˆ·[Aà™î\x1D?Õg¢Ž"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"{\rÀrŽ˜DH«!|\x13Ìôc#"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{…½T\x1DÎA¶—ê7Z¶ÈÊY"
  b"{°Aï\x07®E\x13žm\x07\x03ØŠƒ"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|¢ãk\x11 @‰€R\x7FÈ#Nƃ"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"~Ð5vì&KîÀd­e\x1D¥òÿ"
  b"~ä`\rºùEW·®†9¥=Dè"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ǽ╦ºB°Aı┐¹^¸MÉıT"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ÇÀ\erÏ¡EÞÖÙ:ÓÉiº¾"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"ürı ┐^N>éÖ\x1FI+ÌX\x10"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"‚c$3\nDMú–©\x00·DCgŠ"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒP–åh#@]šÇ›é÷T\x03U"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…‡Ã\x02°,F”Š`\x06Æoâïn"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"å&¶t\x01¤@JƒLì¼½░P«"
  b"†-ýP}+E­¤gà›džB–"
  b"†;øfaîJD’0w&Óå0­"
  b"†©t©­]@ƒ¿´,YV„Ól"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆöëT‰iD^Œù\x18­\x7FþS–"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"ŠJò‰0ÐIÈŒ\t„JŸ­“g"
  b"ŠR"\x1AÛûA۩⼯ò\x14"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"Šã¿{8ÂFiŒL«Þ&4?>"
  b"\x0EJ`\x00^Hй }D=\x1F†x"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"ïZ§\x0EöLANÉ~J▒┌ó5t"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"ŒPˆüT²IM©B\x05~Ò†T¿"
  b"Œ}>kÑcFqºW;øIÐÄ©"
  b"Œ¥P¤\x05óEÉ‚\x1Dë\x00ð £5"
  b"Œ¬\x023uTI‘«ˆBtÿÏI\x13"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž!Z0Z D›¼YšAA\x1DÀ>"
  b"ÄÖ¶ï>IOqÉ­║ÎÖ|\x7F"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É\x06²JU\x08CÀú \x02g²fó³"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É*s5d]BCÇW\x16h»K`\x15"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘€âî’*EË•Ð4ö·‰sŽ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’XÁ\x00\x08ÐKä–\x08¹M3[¤K"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"“ùíã\x0F‡I÷¾9\x1FµƒÝÝz"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"ò:¯╠╣WG┼ó┐\tuÞ"ü^"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"ù┴±6lcK═Â:ƒ╔äÅG`"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"˜MV`ȃK£±„>‚á¹\x14¹"
  b"˜Ï’£óÜG\x18¥–¹Rô\x14r6"
  b"Ö\x0F@&ı]F=Øüt&Trõ▓"
  b"™[>Á‚QI¼œ¼¢+\x12Ô´Ž"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"£\x06­ì■└LǽØ\x04O¬Zê¦"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"Ø╔T)ù¢I¶Ö¾]fM3,%"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"žwwâÿ\L\x0E¼Ò\x19ÜC´ï¼"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž“_Hß”C2­ii1º,ýä"
  b"žï@Êî\x16NÅ®Ÿñ¥\x1E7˜Ë"
  b"Ÿ% RîÅDþV©´çs)f"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"ŸæŸ‡ŽrJ½µ¥¨ó h\x11û"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b" !´—3ÈN‹ž¥ý¯>nSÀ"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" uY“b”H\“[0áU;ÖÚ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"¡O`\rQfHc‡S‹°¯\x08"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"ó´\x12\F\x04O╝░NGÜýÈzì"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x19\x05iÝ)J2±Œƒ6à©'Ë"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ‗Î┌BèE@Ø\x05ÛoRî~\x03"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"Ñþ\êY┼FTø\x06[xFi¹É"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©sÕ—Ÿ#C\x06šµ\vE 'å5"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ª\x15\nJÒëGS±\x15\x00Äÿ¼#\x02"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"«&!´U>OI¢QÄ\t\x08\x03"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«ð•³\x1EÖIC¿\x04ª¨&:t("
  b"¬;+" ¿Cþ©kÖ‰°wqo"
  b"¬©3'»rEh¾\x10¤gŠâ§\x04"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"»NSIø\x08K═¬Cõ\v âÉ¿"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"»└\x08ê▒#N ÉNÌ╠ÖøÄÖ"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░]]Ø▓ÕNÙûYçjp\v"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°yÉz}²O¥¦¤šÄýþ6¾"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±ÄÆí<ËEQ†?>ºr©œµ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"±û*\x16޽C·ƒ:͹òr~|"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"▓3╩6Ü█G│░Ñì½yn¾Õ"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"³Ñ—Qâ!L‘„¬º¯g°{\x00"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´ÝóuŒÓOý™š\x16’M&SW"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÝ¾àZCî§Y‘pö¾?L"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶@CZ§¤MH­œFŠ &º£"
  b"¶N\x057ùŸJ|ƒÊÑ¿Ó%<d"
  b"¶™/Nª/H²¹~I\x13"Kg’"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"¶Û$ôÌ\x04DM¸ÝµíØNd›"
  b"À\x011íüXIʼf»M┬\v╝´"
  b"·4™Œ\x04AAj¾œ\x15\x0E\x0F¹n}"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"╣Kü&q°E0ûñù\x02¡µËþ"
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"¹ÚÜ£õ½O1ŠPð>'7¢ˆ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»"\x04EH.CÿµzYγƒ\x1FÓ"
  b"╗~▄╣\x19ÞJÎÉcI¯╣Ôfñ"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼zˆ¤r¦F½´/j~‰p&T"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"½(›~OÝJðª7õ\x0F„Á›#"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾Ÿ\8üÕFˆ¾žÿ_c"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"└zzò¨╗@ùÆ┐äçÅ©/i"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"À²d¦ð;H\x1D¯ý‹0“ÕŠ["
  b"┴(ë)gËH&®│ÐÒìû?i"
  b"ÁG\x13Ì?êFäˆø¢­Ø9\x0E$"
  b"Áa\x00F\v,Jî½'Z7}‘\x16O"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"┬B~ Å▄Cãé"¬(.g┤\f"
  b"Âö+â8KK]¥²Æâ!œU—"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ä7–Ú{\x19B¤°@æí-†¯\x10"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Å=,ŽeŒK#–)ÏÆå‰ÙC"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ÅÙ\eoVÓL!Œ9><ãÚ³*"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Æ­=œX.JŽ–sÂ\x0F|d¡D"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"Ç3,Ǻ\x1DI(µfcä¾»Ah"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ç]ƒú\x19³Oæ„DBüçCÑü"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"╚üS■9kKvç&\x1Ex\x1E¾î§"
  b"È­Ñqp=EØ£(<rU&K¼"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"ÊÅ‘ð¨ÈA\t·u‡Ýà¤Ö\x00"
  b"ÊÒ4QðVC·£¾³\e}¥˜v"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"ËE•›Ö\x16M[—ñሑõ\x06ý"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"═\+@¶\x05H\rÅ÷÷\x01m`\x13E"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"ΟG\x15\x11\x17G:‰\x15ŒæeK","
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"ÎË“p5sGýœÂ•\x15\x01å^\x1C"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Ïv»—í°Gè¤M)kae\f"
  b"¤¼2äùÜ@Xü┐»ØÚKnh"
  b"""
    Ð\n
    \x01Êe?Eb«·¦\x15K\x01α
    """
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"Ðq#Ne\x11@EŸ'Â"œJçˆ"
  b"дÈ)í¬F+³&ô\x17”<"Å"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"Ñõ2\trvF[ž>š}‡U}]"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    ÓÚävœ\x1FHM‰,\n
    JáC2°
    """
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"Í\x1Cç\x07;└MÉÖ*╠Ed\x05"
  b"Ö+Ä\x0Fá\x10HÜ…+þˆ‘º@ð"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö†\x05\f\x1A~DA…”ÃÔ÷v/("
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×jÆŠXœMV†ÿ\x12'ÉéÝy"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ï7mÅ╦=A¬Å\x084$╩\x07\x18m"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Ø@œv\x13ï@íšo.Ô'„\x0EÚ"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ÏÞ\x02Ó"‗M\x04£╔/Å\x02øù─"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"¦\x17\x00øñH@A║IÓãÄ#ÁÅ"
  b"Ý%ʄܢI\x12´›£wèP»Ÿ"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"¦^▄ÞIûF\fÉ\x18\x01╦‗\x7F"
  b"Ý`ÆÈôxHظ‰N–»Äqd"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"Þé¶ÅÓ E”¼v’ßÂ\x10¼s"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"\x18\x13Å\x0FèN«¡¯7&Òyz\x13"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"Ó&ð­î\x06@ôçÅ¤Øæ┐aÚ"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ß\x1F\x18È\x12·H\tÅSDXñ8Ïi"
  b"ßËuØmüK╚¿Z® 9╠¢┴"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"Ô║*[Æ@FJØV{Ù´«§\x01"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b"ä®2xØ`Hß™{î\x1Ej\r"
  b"äæ ²|ÛDΡëýVkì2ø"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"å«?}\x0E«M8‡ŠOÆpËÕ<"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æŒÝ\x1Ar£N¬§MŠ÷í¾¼<"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"""
    çLXB¹½G¶„z\n
    z\vÿ¯i
    """
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"è\x1D¿•\x14±A𝠠\x02Ô]\fF"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éil\x01>cCüºÝ\x1F…“»c¸"
  b"éÎáÛm]Az”Q:ü®N§E"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Û«Ó\x06]_K┐▓4D7Øßû#"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëCÊoœýF\x14™°û\f(m£7"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"ý ì\x17\r-Eý╝\x1D¸▒É\v"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îûN2$ç@P»<çË??žî"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ïj\x7FE\x01ÝA5ŒöæyíÓµ\x13"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"´┌QúüÔMâö¢<c77ç("
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð/­âß4J\x03šF\:ç\x08çÞ"
  b"ð<¿Å\x19îD쉺_m=j7w"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ñ儜†BC×—;½ƒõ\x12\x17æ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ…\x00ˆï\fBK†\x1AíO±÷¸\r"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"øuç<¹ÐGø¤ÂfØ$Ⱦ™"
  b"ø‡\f¥\ex@µ°}¼©ÜË­/"
  b"ù§”~%kI쫊'`q‹ÿ¨"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"ú8rRE¯Is«¦\x1Cn\rÈmQ"
  b"úf\x15,M\x05JH³Œ?Ó¦”*'"
  b"ú„y[*\x13L¹—^h@i2F\x15"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"²╣è^\x01╚DÉÄ\x01\x05P\rÑ0+"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
]
87 0.35 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Á÷"
]
88 0.25 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úê-ÅÍ+ \"
]
89 0.26 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:
[
  "/ersatzteilfinder/350-sx-f-2012-modelcode-8201L5"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.31 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.%"
]
91 0.17 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.%"
]
92 0.13 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"
]
93 0.17 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ƒ"
]
94 0.23 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:
[]
95 0.14 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.24 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úê-ÅÍ+ \"
]
98 0.54 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"
]
99 0.51 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"
]
100 0.24 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.78 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.37 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:
[]
103 0.28 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.10 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"
]
106 0.52 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•ð"
]
107 1.09 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"
]
108 0.95 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"
]
109 0.58 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•ð"
]
110 0.52 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"
]
111 0.71 ms
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"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 40.09 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:
[
  "/"
  "/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"
  "/detail/f294f2fb6b354ad4a734ea5b9affd9ec"
  "/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1"
  "/detail/c1cbde6d260846f689f03e03d33de6a3"
  "/detail/78cda2ea8d79479c848cf388cfacbbaa"
  "/detail/c5ccccc7263e414e8fedb14c411adf61"
  "/detail/45885f24cc1c48be84fdefddc48c7a2a"
  "/detail/4633ec13da664845aa7e3659b8411011"
  "/detail/06178a463bcd437fb40bc9548c5592f0"
  "/detail/6690839bd7554f839eb16de3c24cd593"
  "/detail/c6ba768a36ba49ec8a3c765695250785"
  "/detail/c9ffc79253e84c3499d729aee9e2732f"
  "/detail/9e00ce86929c4572830c7775ddb5080e"
  "/detail/93820b5b2905430fb2de86cbed57178f"
  "/detail/19a2363416f440bea404d587a4235b90"
  "/detail/753695b95d7344eeb8f068020a7cd42a"
  "/detail/4126fbf6820e4cd8ad83b1961376a432"
  "/detail/779f4067333244f8a3b725556865b659"
  "/detail/8c2b8a75f45e493bb247b4bc585e4c03"
  "/detail/69102cf6eb4c475983b3675e48e38996"
  "/detail/a6e8699e6e5e44f090af7399af9929c7"
  "/detail/995b3ec1825149bc9cbca22b12d4b48e"
  "/detail/f7ceaa4a20e64eca86f37d7f21ed9a1d"
  "/detail/8a7514dc5cc3421f801e4ee0f13b103c"
  "/detail/4202a1f92a074845b46cc16bba154b69"
  "/detail/a1a63fc048574e029bf7718b1a00042d"
  "/detail/1144702d84294adabba16830fcb36967"
  "/detail/0492378a1fc54f12b77d025fc5f82dd2"
  "/detail/0212e763aab642888603d1a0444e6b88"
  "/detail/2507af710ec542aa9aaea810db049822"
  "/detail/923ad5fc9fcc4b26b45f262f7d2e2015"
  "/detail/7afc75136947462c8b65520df456da92"
  "/detail/e48135b9eea54be098ca5e1e495ea8fa"
  "/detail/3b5a3069b9214223a3de6d9682b3916f"
  "/detail/514200dfa9e14ceca57055010d134d01"
  "/detail/643efc4ef68a4c45a33c539df74e05b8"
  "/detail/babfb1603cfd4a86a1e186a18fc85a90"
  "/detail/a48b3f1d75724d69801a8004cc18fbb7"
  "/detail/9c4fbb4dc6ce45259e542a291654adb4"
  "/detail/9a2a591ba57748d893c3020d5db27366"
  "/detail/4f19cd13cfb4473ea37629e4685513de"
  "/detail/81f4ebcc27e64c109b538604bfa82681"
  "/detail/93f72061b75642da84987e82384485be"
  "/detail/5d9ffd924a71453da98aa27ec9c16633"
  "/detail/f457c6c3adee40e1a2751a7feda982d4"
  "/detail/aad5397b3a464a6d8905fa0a999c8509"
  "/detail/d1e8cc98df534db39330192e0e378bcd"
  "/detail/562927bc78874c0c82c007c7a2a591b7"
  "/detail/4a2890c506ca41f9b0706bb02c15af7c"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/fa9198d8f47b4fa3ad468a3628fe9009"
  "/detail/118bcda450a541b884ef1e4b04c1d735"
  "/detail/573a143d3be9449a88071c64a07f5860"
  "/detail/448ec07ccb5847468944c7407cc2edb3"
  "/detail/3d666263623b4a229c0117424868b7cd"
  "/detail/29206674991f45e2893ace3976a6414b"
  "/detail/4cc11461b496459c9220a2313772f058"
  "/detail/88f6eb548969445e8cf918ad7ffe5396"
  "/detail/33ddbcbc8ba94d46a71d2cd9a8aae2d2"
  "/detail/0ae9d631d8b24c27bf29a022d6026312"
  "/detail/19a2bd26dee54572966fcd51cc59bc18"
  "/detail/48befe826dc043469f66a29a2038580b"
  "/detail/e0b2ad927a764d96be6814ee71d200ea"
  "/detail/c74d63b76ebc4a5cbfcff547bbd8531b"
  "/detail/5e492ac433124073a968a263ae02ee86"
  "/detail/ea5642943efc4b64b581e705191e5761"
  "/detail/7e234e8049b0446cbf2d13bcc8771ebb"
  "/detail/14b980bc68864deeb649e1f461dbd4e2"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/0043a42a38494bdd92fd51e65ed87011"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/detail/6eb4eb75eb0446d09d8b22cade0ababf"
  "/detail/6f8394b87a1d447ca2d59221198c6689"
  "/detail/2981d274af1a499b9a3d61acd3c4dffb"
  "/detail/d8ce812c667f4c14881887cabb9e727d"
  "/detail/9697343857c24ddd8250e9515ce7ff21"
  "/detail/f09a95b636114509bff44e2c53d6e0ca"
  "/detail/7aec0cf38d9445608fde7d49d627919a"
  "/detail/4e0d39b2433b499f9b6f8bd3c7d98d19"
  "/detail/e2dd0855a86a4c399e1d62fd25c35d2f"
  "/detail/ef539485cc4c45269c7cc2658dd5bea7"
  "/detail/1aea228ca06a48efbff72852aa31d468"
  "/detail/73f4dfac653d4f52aa5423dc6f2607de"
  "/detail/d8a8542b78f6473a99f468fe2b2aec50"
  "/detail/6dae503f926b45e4852b934306d8c1e7"
  "/detail/d7cb1d58d4ce4f699caef498931672da"
  "/detail/e863de4441514e82ba6de7d252dd9335"
  "/detail/944f0fab45f64a6894bcef7c9f2446e4"
  "/detail/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/2426edb12df4476aa105ee6da57aac54"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/396fd0bec6754ad6802751a4953ae4fc"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/4ceb08eb683e48b8bffd988441cbe0cf"
  "/detail/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/detail/a86de63a08b04fb0ab63e1fd0055d23b"
  "/detail/b06e1b7bb9814476976c4351ce7f42b1"
  "/detail/123872dbcf1345f2a1b38ff1b6e1d709"
  "/detail/01db2418ea7941c5923de1dc12c39645"
  "/detail/327337d82cff477a8b2969ed8c94191a"
  "/detail/a3ed2e2204f14a108ecc492364caf355"
  "/detail/299df76406224633b1554f17b7c29774"
  "/detail/90c5ede0b2e94251b2824da55f903453"
  "/detail/078adb73e433402cac1d0fb79e5bf8c7"
  "/detail/263e50a70f62437999c52bfaf4d12048"
  "/detail/98099977618846fe80e141669a36d6d5"
  "/detail/d921ee213d44441dbf25538cff506fbd"
  "/detail/ad954713d8574b38afa2398c7bd66c0f"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/195e796badf14ec58f9fb64787588efe"
  "/detail/2ca04abcb39d45f4ba3679c5d31987ca"
  "/detail/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/b998200072fb47659bb40dc7f9974fee"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/detail/c5a7941ec4af4197afde9b553abadd82"
  "/detail/0efa71af83864236af70eed5e2477d7b"
  "/detail/de60e8c91aa24bdaa1132adf8769432d"
  "/detail/670e6dc7ae104d428aa1d9d1a3c596fb"
  "/detail/50a1432a03a5400c8edea57ac6906cd6"
  "/detail/f316e9150a4a4575938b7ab049475f03"
  "/detail/763a62ffc8524b5e8cde6e4b63d20f87"
  "/detail/d95e5aec89724844a46b61824fb1c774"
  "/detail/bc682318f5fa45f0882688b264bd3ebf"
  "/detail/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/c9789dff64a84e818673ad6b63714ed6"
  "/detail/086e2e14122d4417bd2b674451f4b130"
  "/detail/6094db22fe244f87993560b16bee2684"
  "/detail/a002e63bb53b45eda2aada59424ed928"
  "/detail/35adf56d6c884da7ae7bda45f56a0781"
  "/detail/0a6f4a6237ff44659cf7a5d911b46ca9"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/fcc702a4c921415ab52281e3a9d24da0"
  "/detail/a182d7e966db4dffb57fb90d5b12dd8c"
  "/detail/a339938ee1a14087b010804547e59490"
  "/detail/7739abfc1cdb4cb4bbab8a6b647c3613"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/ad53b0bc19a249c08c54c5f91b3525f5"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/4aef213168e74c178e5aef1fff34a552"
  "/detail/a3b25fd1f93d40fa962fd9d1b9d76c21"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/7ee4600dbaf94557b7ae8639a53d44e8"
  "/detail/b3ba1c55128d4b88883c52b17e8162d0"
  "/detail/8bdda3a3e5cf4a79b865e33743f707f4"
  "/detail/6b8cd7bc837f4d30919f2355eeebafb5"
  "/detail/40fa8daf2bd543f092ca10d84a5ddd39"
  "/detail/3fe1426face64ee78fa6d869a86c040c"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/a4190569dd294a32b18c8336e0a927cb"
  "/detail/44f5a654f8274258b67db104fabcfb76"
  "/detail/896d4671d5d04a838506a99ed07949d0"
  "/detail/a07559936294485c935b30e1553bd6da"
  "/detail/dfca2538d5e540b8948ecf56ae57c074"
  "/detail/99ead72007414201b6928b05fbbba54e"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/68c76f185e854e1baa6dc51068d4cedb"
  "/detail/5fb296c482ac4d8eb585dd4f1ce98a81"
  "/detail/173caba30d514adebc82424c039d30ba"
  "/detail/0f3cc4a1dbf94dc397405d87d05d672c"
  "/detail/eefb4e3224e74050bb3ce7cb3f3f9eee"
  "/detail/86f99d06d21b45d7a31caa8acbd891bf"
  "/detail/59cf2edf51af4a7eada3016e3953dfec"
  "/detail/ce9f47151117473a89158ce6654b222c"
  "/detail/d35e90b72fbf4a0c8503079556472d84"
  "/detail/e53bea0622df48fba5809126220f8d2f"
  "/detail/13410c568fb54cc3a1bc4784b670b170"
  "/detail/96936e32fcc6414e9e19963818ae3296"
  "/detail/e24230f3b44c446c952b157820703915"
  "/detail/2ada5ed19c764d5693e6cb8407278ddf"
  "/detail/977b122d3c4c41a2b9b31ec858c64386"
  "/detail/00e125510f03484392fc943316160aef"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/df09116a82ef481f96709cf61d6ee2eb"
  "/detail/97660ef35657425286b95c82dcb02f2d"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/f7d3219a6ecc49c6801df42d03002529"
  "/detail/d9d87897bd6c49b8838c356ea465b8cd"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/84d9d963505c48db9228354ee88fb681"
  "/detail/fa3391c9b81a471a94c8d41fd0219852"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/d3cab8a715a34baa82bcbec73160dca6"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/2bbf5d71e298412784a9874de2cbfa6e"
  "/detail/c20b5bd5982a44d0b2651a7ae419ca6f"
  "/detail/dba4a06d239047c98cc59f860b14bd6f"
  "/detail/7b0dc0728e984448ab217c13ccf46323"
  "/detail/d677b00b15404677815d61e0f5031e4b"
  "/detail/353ece86051f49c6b53080eb082b0e42"
  "/detail/c53d2c8e658c4b239629cfc6e589d943"
  "/detail/686baa2f4b7c4c0594f09982479cb461"
  "/detail/f5c19568f9e54cd9b0178116900fcf61"
  "/detail/049d0a7919754206badd1335ca2ea04b"
  "/detail/2cf4ed4d46754be58a2374a1a5c8e248"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/aabb8894758a4b358d03091b4da6584c"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/cecb9370357347fd9cc2951501e55e1c"
  "/detail/4d63769a9d4b473eb5bc76019c11bb6a"
  "/detail/3907687775984183ade7ecd46514a195"
  "/detail/98cf92a3f3dc4718a596b952f4147236"
  "/detail/19897d0193784f97ac4aa7dedec3d496"
  "/detail/d76ac68a589c4d5686ff1227c9e9dd79"
  "/detail/bd289b7e4fdd4af0aa37f50f84c19b23"
  "/detail/13e149cb12ec4e5281be122f1e58d19a"
  "/detail/024d52802a054b2989f5477fba040d87"
  "/detail/0915e163618f4f03a11194ad746e0fab"
  "/detail/e552d325ad8e4cc19ae2010d16c8bede"
  "/detail/3a21a6fdb1d743f4bd3a6bc6f6687c8b"
  "/detail/2a7e433507284dd78b2735f34e37eeb2"
  "/detail/47bd2ce03c034b83adfc979f087a3926"
  "/detail/798cfd88b75b41e099ee1d3fd567a28e"
  "/detail/d65225fd9d774f73a95505ecaa6d1085"
  "/detail/90207c06fde14a4785d5ae5234ef2912"
  "/detail/589eb46af3424f3faa9b9dd0b2dfece0"
  "/detail/44cb3f0ca8244c1097c94f19ec649d1c"
  "/detail/61bc8884c42e4dc0a89bef558e08f023"
  "/detail/cc6ca6f547de4a6a8636b5dfce9aca12"
  "/detail/6b65f04ebbd34a83b3c11037826500c6"
  "/detail/6fe1a96b95f54dd5827665b8bd533b66"
  "/detail/1a8cddfc80fd4752a3edacbc699fa453"
  "/detail/bf6c14c7142e4da2bcaafc2db037e780"
  "/detail/c07a7a95f9bb409792bf84878fb82f69"
  "/detail/aab9bfb9a64c469da00aceca3912063b"
  "/detail/3a1b61c3253646c68f5344cee8004044"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/2f8c3a0278dc4fef938736020e9a6710"
  "/detail/30729d8ce70c4984a56ee8169f3fcf55"
  "/detail/676153cdf00c4eb284824e1f0c5d3cc7"
  "/detail/d62bc40fe11048dc852bfe8891ba40f0"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/d686050c1a7e44418594c3d4f7762f28"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/fedcfbe45e8944a4812b2b7ad0385729"
  "/detail/96c9a4fdd06e4622b57cdb6a4c8d9f74"
  "/detail/d1f532097276465b9e3e9a7d87557d5d"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/0b6fc5a273cf4acb89e91ac53291d824"
  "/detail/3b1a9c59a6e74cd7b598f3e656e448ff"
  "/detail/c758120a5ac240f7a86d0859c6d24f92"
  "/detail/794e7d4aff6d46558f9de397925d002e"
  "/detail/eb3c95e10d014c7f8552b11982a494a8"
  "/detail/9c84f35b99014b3bb1b38e951ec080d5"
  "/detail/0129c25da396432db902599d5290cefd"
  "/detail/5b0b34e4b124487e84c851ffad06e0e3"
  "/detail/1fdde463f0364dbbb7c63bb0433303bd"
  "/detail/6c2593b2a53e46a5a18ecbc43c358446"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/a7e9dec6f7c747d5a5946b4655c31a40"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/955739ede48b4ae8bc51ef469e1afdb6"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/14db34464e68455dbe0124e243a3b592"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/e86e353355db42869c64ba98c3eb3cbb"
  "/detail/d5367698027746638e4934f016f0fcf3"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/a3c52de62b3b41b1819f8c35d9df9230"
  "/detail/13b044071c454f778b2087cfb1e279c2"
  "/detail/642a78988ecf44919664a4d5307ec991"
  "/detail/0bb6676614ff4da9854c89b14335fa0d"
  "/detail/5311e7bec2d64701ad2f9e2a6b656967"
  "/detail/3314ac9358f347898bb5b3f9da53d787"
  "/detail/414ec391f5e54cce8898c912f438d786"
  "/detail/3c88100840c8423cbad294391bd92a93"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/e026d0f08c064093878fcf9d91bf61e9"
  "/detail/2357d495879b4d7d99bf70dd74bae9e2"
  "/detail/dc2e70ea367645688c0bc5c41dd65da1"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/09a3756335854b758de82f5505a1597c"
  "/detail/1a4d42041c444323aa4f77f41576c402"
  "/detail/300ed26793e24f6fb4a3e54098e62492"
  "/detail/dee9b6c5d3a04594bc7692dfc210bc73"
  "/detail/6465b6c1ad0848ccb4525a0a331f2452"
  "/detail/213d83a7a57842498e0ff3601d461c87"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/6ce2b50728464816810b360e913a569f"
  "/detail/8fecf669e0f64cc9a65159b1808fb1f7"
  "/detail/d8e802e022f24d049cc92f8f029b97c4"
  "/detail/a973d5979f2343069ab50b452027e535"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/4a311b7b462f4341b6caaa141b78ce17"
  "/detail/5cb1c1e247d9488a9ba1be35eefef429"
  "/detail/9d5df5d7a6234a23a7599ad360c5b41f"
  "/detail/1e4292406cf14081b676624ce918953b"
  "/detail/31ed4b1a07834fcfad0a531c15837827"
  "/detail/58aff77864664b98859230e4b89e01ff"
  "/detail/d8409c7613ef40ed9a6f2ed427840eda"
  "/detail/1325a1f69a14485d9a5553fb6f5a13fa"
  "/detail/2de7311e53494efa9a3b4760efc57a80"
  "/detail/a2ef125c46044fbcb04e479aecd47a8d"
  "/detail/5f6d55149da14310bd6a08c07d0aad98"
  "/detail/fb9de5d0de7949a1ac3bc4a99b7d7c25"
  "/detail/2347c92f0c5b4c40a5c96be277012213"
  "/detail/7005cb5442db4968b91ed9590f61f7f8"
  "/detail/564ad4cd69354b3589ec73714093d1c4"
  "/detail/af9faaeabcd742f4ab5257edd622b9ba"
  "/detail/acdb9f1daa634d018578184eae25fbe3"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/b6db24f4cc04444db8ddb5edd84e649b"
  "/detail/6b73d7dba29d4a149be3104bae26f4b6"
  "/detail/12d40375629d4ffe99f9709afd960850"
  "/detail/ff4ba88899b845328cd49c5c09ae24df"
  "/detail/862dfd507d2b45ada467e09b649e4296"
  "/detail/2c0a8979ec0247ecbfb8f14ba0d1c212"
  "/detail/1d0a56c511af417983c3b57483590f3c"
  "/detail/cb27a941bb53496493889572ab9a7337"
  "/detail/2df2a8bacbe24e83b3e1ceecfa8cf947"
  "/detail/1e7256c5a65d492a98cddf303a3746e8"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/ffccef673d88431094fe4bec714adea1"
  "/detail/7bb041ef07ae45139e6d078703d88a83"
  "/detail/29423d3eb2574d0aa78023dc4105e93a"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/aca93327bb724568be10a4678ae2a704"
  "/detail/dd60c6c8f47848d8b8894e96bbc47164"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/c469295541f94adaac1a044ae246a40c"
  "/detail/403aadc1354a432fa2874195a7b7914d"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/07a40dacd1d942339eb4aa386ea989e4"
  "/detail/9340b87922cf4fe49aa107ec4fe56cc5"
  "/detail/7e5054511a654d309311316152d7d8c7"
  "/detail/4e6e6dfdc4224180b40fb9fdc663f932"
  "/detail/d00a01ca653f4562abb7a6154b01ceb1"
  "/detail/04f0ee8231344fc698a99955890a7d85"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/42dedb859ad242e3b373431ec41367e2"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/5fefe2bff31c463693511c2a4916c1ae"
  "/detail/4de2d84af4b2488ba8ab66fa32574aa1"
  "/detail/53e9a4a0c7a9468396d67475312984f7"
  "/detail/251f06b51b164d27b91a9c4826de424a"
  "/detail/1a28462341b049dea52897bcb7876d3a"
  "/detail/b9dadca3f5bd4f318a50f03e2737a288"
  "/detail/dc7487729044444198eaad719a5caca7"
  "/detail/ab8775d01f5949539dea74ca9a4a3e9a"
  "/detail/dac92fddd87541de95677c1f561575ee"
  "/detail/1f91f7bf98fe4ca4a4a8f43d1f2a2117"
  "/detail/a41a2b49d4c44939a167da5473798789"
  "/detail/18669f63d98c4a49938345f9056fbb26"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/ca1af9555eeb465fa3e545ced2610563"
  "/detail/92a413fdbecb4aa999389472f24d07a9"
  "/detail/016e8c0882bd4f25acfad4431b428d43"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/d87909fe7d604c139579f2f72c2fd375"
  "/detail/8a4af28930d049c88c09844a9fad9367"
  "/detail/b05d5d9db2e54eeb9659876a700b7690"
  "/detail/f1d7f77b3cb649cea1e20a6c2a8db422"
  "/detail/4947d6bd2cc24a69889095e157ca11eb"
  "/detail/9e7777e2ff5c4c0ebcd219dc43b4efbc"
  "/detail/9006fd4a550843b7a3200267fd66a2fc"
  "/detail/8bb5548a73a7428d980ba256d3e41e6f"
  "/detail/f82a8f4a5f6a40089a913f1f16da9fcd"
  "/detail/5d77219de0154c0bac2a8837c841f841"
  "/detail/58e15680a170476cba641c844883ef0b"
  "/detail/2b02765382a240218b667c601097ae5a"
  "/detail/dd17009ba4484041ba49e0c68e23b58f"
  "/detail/96ab547947f847f7b09db8913231f48c"
  "/detail/5e40d3d35ec948aab03b59015bef368a"
  "/detail/d24e8f79a93a4af7b49b709a3c48c04f"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/9f6351143c2e4991a71d657a8af2c6f1"
  "/detail/3a3ae3723be546c582caaa1de842d6a7"
  "/detail/0020c6902d234c64a6448c6f319935fa"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/28b703d996fb4b5aab548c025947e87c"
  "/detail/98428dab5b8045bcbcbe767dd35fd311"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/c2427eff8fdc43c68222aa282e67b40c"
  "/detail/4583daa6e172427baf5ed296d44d634e"
  "/detail/3afac8eb66354375baf372abc513e281"
  "/detail/abf095b31ed64943bf04aaa8263a7428"
  "/detail/543b12df361b4f48946d48c01b81dca8"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/f5850088ef0c424b861aed4fb1f7b80d"
  "/detail/8b0e4a60005e488ab9207d443d1f8678"
  "/detail/74920c8dc7104461964233580c40a531"
  "/detail/abb82e70f1654724a031607e94859583"
  "/detail/bb220445482e43ffb57a59ceb3831fd3"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/9eef40caee164ec5ae9ff1a51e3798cb"
  "/detail/be8a988944814504b3125c6592151087"
  "/detail/bc9b5323f26a487ea1df007b4cbfb900"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/26c08bb6b0f043f3800a171ce3e2c4dd"
  "/detail/c43796da7b1942a4b040e6ed2d86af10"
  "/detail/60a3cc9218ca47219a0e3c04a3023893"
  "/detail/80abcba742f841d5bffb5ef74d90d554"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/1e1f65d0b048445090d9ac9b70203e07"
  "/detail/11f6b4c09f8e4e9881868150a40896b8"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/31b346aeed5b46aba76643c29e915341"
  "/detail/f147c0dbd17246929f9d708a5e94e51c"
  "/detail/93948d7989b94abbacb620e3c3a4ec2b"
  "/detail/cd2a31b6fa7c4f04bf1b041aa337b39d"
  "/detail/073a1b5946c843948db3dae55ad4d8c2"
  "/detail/9e854fcc08194421bb34ff19988ae0f9"
  "/detail/7f6a5bae59a14435a2de2ffffed3112d"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/b1fb2a168ebd43b7833acdb9f2727e7c"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/9f308d735bcb45bf885dfd7773987b14"
  "/detail/ccbec01b6215447b958d69714049ba7e"
  "/detail/b7fe7724a1e54ffa91c3a13f0d450ecf"
  "/detail/3d22f41677d94976936216f44b7d1d96"
  "/detail/812d1d6712984713a099b4b9c534e63d"
  "/detail/d5e375ad9cf54f30b03e5cf799887413"
  "/detail/14a87d52ec7e42b2b6bcb3611257ae99"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/c7c87b8e578f4c13b655c67efd5e5d64"
  "/detail/3a606f0040f04fe88fdb1df4d774ec41"
  "/detail/6a9d83423ffc43a99ca6cc2a0b336a93"
  "/detail/aa1fa94e3c954a688da24f834c65163b"
  "/detail/1fa56cd16fd342a68d7e7d8cdeabd399"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/5666078ee7e546f6a7f75c23149f43ae"
  "/detail/85c980ada17a46b68e810afbbada8659"
  "/detail/ee56b117ca1d45d5aa1e74c5a31c88a8"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/7266f2f810b64d63b49daba3c14c709a"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/8180a9afecda4cc59134e6a5278beda0"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/89c0f169c0bb4b72a14a5d47c0cc4620"
  "/detail/ce3e17fe2a35408a8abbe798bc8e8f2d"
  "/detail/d79ec83fbf0a41f7a049ad4c21634a00"
  "/detail/6c60032837044522a2748a63e08d2b8a"
  "/detail/a372534eb6b643c6b55b47ef159a4e36"
  "/detail/b5748648350b4356a3964452d2b85cac"
  "/detail/e68cdd1a72a34eaca74d8af7edbebc3c"
  "/detail/593a7f35f0d0452daf07ef29c7b594ea"
  "/detail/3f7b54e7527b4754b15cf69f87fd02ea"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/51b539a64b5748b89cc1750beb8a7c8d"
  "/detail/8172d520bf5e4e3e82991f492bde5810"
  "/detail/591b9f28ea11400d81c8ccce7446bc6c"
  "/detail/320f3f2a96b746ac851ccdf288ce71cf"
  "/detail/8e215a305a20449bbc599a41411dc03e"
  "/detail/b94b812671f8453096a49702ade6d3e7"
  "/detail/cd5c2b40f405480d8ff6f6016d601345"
  "/detail/8bc1f9e656c2476db73c65b5b53e1c36"
  "/detail/fd7c156aa4004998996b1eed3d603ac4"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/aacb8fdea6a249e18b0ed74239d6f0c1"
  "/detail/02bada9031a74f2ab691132e30b12ea0"
  "/detail/54adad90d5d142599143abae18e31e46"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/9c78c2b420c94a99948fb66627ad6ce7"
  "/detail/04dab1c0e82c405f9ca7d65b5ea26e37"
  "/detail/b3d19751e2214c9184acbaaf67b07b00"
  "/detail/8b5af50e944c414e907e4ab1daa23574"
  "/detail/15bee944bfa54641be01a881e37e4f07"
  "/detail/a564df702edc437f8b2e30452c1bd0fc"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/eceb774a231f4bd4aa96bf1d2ba08338"
  "/detail/91ca74a49c044feba027efd76b2102f2"
  "/detail/a90ac493baa84d638f59267925de06f5"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/ac3b2b22a0bf43fea96bd689b077716f"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/8a52221adbfb41dba9e2bcaff21451c5"
  "/detail/afc00888b1234eff904edecc999b8e99"
  "/detail/d2efd893cd704433a99c43c3d576330f"
  "/detail/d02e63c09faf4d97b11d1eac27f6c883"
  "/detail/00d3bce12103483795cbd7e54ba65b0a"
  "/detail/537b865839d447159c0c914f75e64771"
  "/detail/0644e95efbe54f27b755eacaed340fe0"
  "/detail/9180e2ee922a45cb95d034f6b789738e"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/8626f47401cf404a9f4c8dacabb050ae"
  "/detail/0df165f268d648cf9d3f89892c8f12f6"
  "/detail/64a9bb7c99a84ac8b1403824509e0ee9"
  "/detail/fa38725245af4973aba61c6e0dc86d51"
  "/detail/433e98202e5843349a95468b1773c128"
  "/detail/0d7d73a2179d4806816b48a04ec47d3b"
  "/detail/e81dbf9514b1419aafa0a002d45d0c46"
  "/detail/c6ad3d9c582e4a8e9673c20f7c64a144"
  "/detail/826324330a444dfa96a900b74443678a"
  "/detail/5a13ae73c1ee4244ac8fafb8fe179458"
  "/detail/787aec29fdb14c52b4986569c5c99fc9"
  "/detail/efda51a381e24d8394bd3c6337378728"
  "/detail/cac591f0a8c84109b77587dde0a4d600"
  "/detail/4b36c50cb64e4a03b6bf7e6fcec78b30"
  "/detail/0f194412dc4a4b0297f2fe18fcbff63d"
  "/detail/043bca705a46402d974597b5f77acd21"
  "/detail/14c718d4eeb943259c025f23435e895e"
  "/detail/641b7d4bfff041b78d3bb89fb2436f90"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/c14713cc3fea46e488f8a2add8390e24"
  "/detail/7276839aaad9494f8795f501cc6bee02"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/529a1e2789a84e22a53b33c32f45597d"
  "/detail/178b95585185479a98a584d92e1793dd"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/eaaee0065d5f4bbfb23444379de19623"
  "/detail/35ee94926a064b2fb5cd9acbea109d19"
  "/detail/cad23451f05643b7a3beb31b7da59876"
  "/detail/dd25ca84dca24912b49ba377e850bb9f"
  "/detail/09f378f61d344db88acfaa98c439a1f5"
  "/detail/a4f2d7da428a45409d05ea6f528c7e03"
  "/detail/fa84795b2a134cb9975e684069324615"
  "/detail/40682a2f02244a7ba81e187512dd8759"
  "/detail/e4ef3694d9d24cc880a155ec8d42d0d5"
  "/detail/9e487ece72b24f1183882c6ae6be480b"
  "/detail/16f1172bdc974058810c9b1dd5ab901c"
  "/detail/b640435aa7a44d48ad9c468aa026baa3"
  "/detail/c2f62be2384b4b5da5b2c6e2219c5597"
  "/detail/16a6fdcfa0434e47a6250760dcdfe815"
  "/detail/86a974a9ad5d4083bfb42c595684d36c"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/2b58057b3343455696628d0f4ec7f5e8"
  "/detail/9dc9542997bd49f499f35d664d332c25"
  "/detail/97c1f1366c634bcdb63a9fc9848f4760"
  "/detail/0186432ca24d41e8bfac26eec78743e7"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/5f68658ea5964e3d90ccde5537423af1"
  "/detail/7b85bd541dce41b697ea375ab6c8ca59"
  "/detail/089b960729d74374981f63d5206f205f"
  "/detail/10e55948a62e46fea9c0cf3b30160aea"
  "/detail/2210fe4bb2a140c1819193b8a04cb93c"
  "/detail/7629630d820f46e0a2ce0df9294a55ea"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/cebe6b1c495b4c788e61e948bbbcd2ba"
  "/detail/5123563d4a9b4481a7f148c2c143c165"
  "/detail/aa967d37b5c54dec9de460b25a2bd933"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/bc7a88a472a646bdb42f6a7e89702654"
  "/detail/9c06f08dfec04c80ab9d044faa5a88dd"
  "/detail/185bc39c5a1847e393741703c8d49628"
  "/detail/56d2a58e64394b2a918769afaa23b3f9"
  "/detail/32f5af68b048468db3f6d91685e5db7a"
  "/detail/984d5660c8834ba3b1843e82e1b914b9"
  "/detail/6455f6ce27f94bbdb3cbab9b844018ca"
  "/detail/a021b49733c84e8b9ea5fdaf3e6e53c0"
  "/detail/a8d459c11ca44e579fc82653a4394fc7"
  "/detail/af047d256e3c4669a83d55cd27d233ac"
  "/detail/1f02a248c8674e56967eae51584cd5a4"
  "/detail/8bdc30c055b74897b022a3c3410c0b7c"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/d3dae4769c1f484d892c0a4ae14332b0"
  "/detail/a4848e60ddee4a09af4527fdd1854ebc"
  "/detail/94f84ab90215495590411fee68cad100"
  "/detail/419be1a22e4f4cde81cafcccf2346647"
  "/detail/8267a6ed8fa245f083dbc3ffbaeb0739"
  "/detail/3999cad63fac4eb19dc1bf1538139751"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/0c2851dc72c44ba68f83a90f631c4ec5"
  "/detail/d8376d8fcb3d41aa8f083424ca07186d"
  "/detail/1c2eb00303c041bf996ff024c2f8c000"
  "/detail/ab2621b4553e4f49a251c4090866a803"
  "/detail/8e99f48b3e494f7190f0bad7997c7fdf"
  "/detail/0b73444f2eae46d5930d727fef14b5e0"
  "/detail/0e0c578ac6bd463789117f5da29063cd"
  "/detail/b70131a1815849d2ac66af4dc20bbcef"
  "/detail/6fc81ce2b2814604be87189a5db36e0f"
  "/detail/e74c5842b9bd47b6847a0a7a0bffaf69"
  "/detail/3d834912b10f40b9a8f2b3ef14f0da20"
  "/detail/bb7edcb919e84ad7906349eeb9e266a4"
  "/detail/c75d83fa19b34fe6844442fce743d1fc"
  "/detail/93f9ede30f8749f7be391fb583dddd7a"
  "/detail/4bc9d689978e4e93a1f1d22fd112b778"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/19b66f16b61543618ed442e438b4c902"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/8b1154fdafad47d8b4068c634475afa8"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/607909eee162408fa1a59a6a7d84707c"
  "/detail/953aeeccb95747c5a2bf0975e822815e"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/7abd39251b884db38d6570f67f42edbd"
  "/detail/f02fade2df344a039a465c3ae708e7de"
  "/detail/a14f6caa6d284b6cbda4bd4160e2b5c0"
  "/detail/38051774fe2e4b25bb088d2348ef96ed"
  "/detail/1c4508df2365490e9c750b76417cd583"
  "/detail/3c8361b669074524bbed3fd2311f0f0e"
  "/detail/c05a7607ea1349a384ebac0230b98e5f"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/c0b264a6f03b481daffd8b3093d58a5b"
  "/detail/c3db40838216420995a0e33efbb83857"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/e875fa8f02ea4fb2a896e60a66b34ca8"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/a13d825edbc248729a112accfbcbdcaf"
  "/detail/e4e6a0b27cdb44cea1ebfd566bec32f8"
  "/detail/a586c82466c94a2f9e2e7183d44a0972"
  "/detail/802ea2bb6bf040c597b1a2f18b74e032"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/df5a58b8dcc94914b6615912041afb04"
  "/detail/fae9bce645f04d1da74699f2f9137229"
  "/detail/e8737eb96fe145d79ff2f5afbcce852a"
  "/detail/be9f5c38fcd546ef8bbd88be9eff5f63"
  "/detail/5f40ef0b92424f0aa21018e8888a777a"
  "/detail/deccadf5b3544b2cad25b801e8d779bc"
  "/detail/5c4ff66b06994a6491ac10f38b0f9746"
  "/detail/e9cee1db6d5d417a94513afcae4ea745"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/bfec767c40a44ed2aabb7c649b99973c"
  "/detail/7d5321cab3d94cde8880f36a685e76e8"
  "/detail/f875e73cb9d047f8a4c266d824c8be99"
  "/detail/ecff8d170d2d45ecbc1df7b1900b4889"
  "/detail/fdb98a5e01c844908e0105500da5302b"
  "/detail/6019677a56e14d21893bd52b02f2dc0f"
  "/detail/a351c4d4343b468692d4c13cfcd59b61"
  "/detail/8fb9af8bfc6148ecabefd4a934d5be73"
  "/detail/e11f18d412fa48098f534458a438d869"
  "/detail/8ae3bf7b38c246698c4cabde26343f3e"
  "/detail/73b823e8fbe24247b1879a886c5aabe8"
  "/detail/c8add171703d45d8a3283c7255264bbc"
  "/detail/157e0b67a29e495ca5c9dab9b93a79b5"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/a1fd30263a8a4bdf869addf794d237bb"
  "/detail/7ed135768d264b8cb764f0651dbe9598"
  "/detail/6d2c967944904520989f13f15f6b202f"
  "/detail/f03cbfc519ee44ec89ba5f6d3d6a3777"
  "/detail/f1e5849c864243d7973bbd83f51217e6"
  "/detail/990f4026d55d463d9d8174265472e4b2"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/8ccb1be8f3df43d19e879c7b89c1d60d"
  "/detail/be8da37b4b0f44f8860f6450e6ea6c1c"
  "/detail/e2ba2a5b9240464a9d567bebefaef501"
  "/detail/cf76bb97edb047e8a44d296b61650c87"
  "/detail/8cac023375544991ab884274ffcf4913"
  "/detail/e4ae3278d86048df997bee1e6a0d5ca7"
  "/detail/29e80962ddec494abc51f312d4ba572d"
  "/detail/9fd204510576460fbb39b3dd4c2978fe"
  "/detail/c128892967d34826a9b3d1e38d963f69"
  "/detail/b64e0537f99f4a7c83cad1bfd3253c64"
  "/detail/1c18603c4696454caf8e4cf4537b0199"
  "/detail/aa150a4ad2eb4753b11500c4ffbc2302"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/e9696c013e6343fcbadd1f8593bb63b8"
  "/detail/5e179ebeed134cb3b0bced0f1bca0382"
  "/detail/f9a7947e256b49ecab8a2760718bffa8"
  "/detail/a14f600d5166486387538bb0af083aa4"
  "/detail/a5e75c8859c546549b065b784669fb90"
  "/detail/dd5edce84996460c90187af001cbf27f"
  "/detail/3ed6f77c36464ebfa45733221b392b63"
  "/detail/9258c10008d04be49608b94d335ba44b"
  "/detail/5e1d885a9c6c4d55913c1663b8bad60d"
  "/detail/7ca2e36b1120408980527fc8234ec683"
  "/detail/eefff4ee330e4b0dbdfd06227de8723a"
  "/detail/6b338fc0dfe948409c6edb47ce7a72f3"
  "/detail/518c8e44b43b41b8a90111c19eeab86d"
  "/detail/be56ee5718534e8ebb9159ce60fc0cd8"
  "/detail/434fbe31cd1c48178fe4b0eb57c05944"
  "/detail/e1d3759d6d814bc8a85aa9ff39ccbdc1"
  "/detail/c88153fe396b4b7687261e781ef38cf5"
  "/detail/3be16821174a4b48b67c1085573d8cc9"
  "/detail/3a61e06867bb425ba3ca9d70b2514763"
  "/detail/2c093b57dbd047b8b9a7f2f4b278ed72"
  "/detail/fa66152c4d054a48b38c3fd3a6942a27"
  "/detail/cfac3284979a405881bfaf9de94b6e68"
  "/detail/b6b618abd98144b69611f9cc2fc3106e"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/445d0b59bc704523a1306e0be9479b1c"
  "/detail/835096e56823405d9ac79be9f7540355"
  "/detail/6e02d02edb334b6e96146b59e80683d6"
  "/detail/ef6a7f4501dd41358cf6e679edd3b513"
  "/detail/454f5cd6f77f4e4bb23e2615979cb184"
  "/detail/3bc1c6cbd9434382b50f2ac76af6606b"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/99c5987c1a554f82a53be83488bb074f"
  "/detail/b734998c0441416abe9c150e0fb96e7d"
  "/detail/6a00cac15c034917a152a1987e3df27f"
  "/detail/293137fdb9cf42d78b1d8bd031c838ab"
  "/detail/59fa8d297fe1442a9410a509cbcd011e"
  "/detail/5777c6455e844143bb82e4997ae84b92"
  "/detail/f8870ca51b7840b5b07dbca9dccbad2f"
  "/detail/d0b4c829edac462bb326f417943c22c5"
  "/detail/a592e0cc462b4e9993090d2ef8c18077"
  "/detail/d071234e651140459f27c2229c4ae788"
  "/detail/2d05625d27854ecd91ea84dd210fbb11"
  "/detail/a816faeb3ba44c0f9d649b1dba370929"
  "/detail/b1c4c6ed3ccb4551863f3eba72a99cb5"
  "/detail/8c5088fc54b2494da942057ed28654bf"
  "/detail/3cfecf947bc2425b91aec0e07b83b869"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/e5922b6c717744118e67b6555ca91c26"
  "/detail/cdaad21653334a82b178166647cf3b56"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/1716b7068eb742e0980ffce3fbce7f56"
  "/detail/2a26f6c9ddbd45d9ac94992a859a9f50"
  "/detail/9316860e82434d6785e22a0eb8ccbaf8"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/0877b8c6e2ae42e99789b93db1d34437"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/69168cd035bf47ed9bd02e232681c894"
  "/detail/a9f1ea47e9f0448ba87c813c355a309d"
  "/detail/a3ef09bf6a504734b046e22f90a5f2d5"
  "/detail/b6992f4eaa2f48b2b97e4913224b6792"
  "/detail/863bf86661ee4a4492307726d3e530ad"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/c16100460b2c4aeebd275a377d91164f"
  "/detail/e5ab3f7d0eab4d38878a4fc670cbd53c"
  "/detail/9fe69f878e724abdb5a5a8f3a06811fb"
  "/detail/b59eddbee05a43eea7599170f6be3f4c"
  "/detail/3acbe272ffd2440888e6c04e11c5de85"
  "/detail/48f61478d67349729b2a4379b6362cdd"
  "/detail/eb43ca6f9cfd461499b0fb0c286da337"
  "/detail/c5d91b6f56d34c218c393e3ce3dab32a"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/0dfcb1585ec54126826e39ec06da150c"
  "/detail/60170420b47e4d89ac24220683894e6e"
  "/detail/b079c97a7db24fa5a6a49ac4fdfe36be"
  "/detail/354dedc90e1846c0a478ee2e699cf29c"
  "/detail/8ca550a405f345c9821deb00f020a335"
  "/detail/d61c87073bc04d90992acc4564053fff"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/c7332cc7ba1d4928b56663e4bebb4168"
  "/detail/af4e53499b084bcdaa43e40bff8390a8"
  "/detail/884c0cd13c3d46a09a51ad0ae36d5259"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/5a0c5916339c420eb0facf5276764303"
  "/detail/eebde0a8208d4496a69ad9212f2ced78"
  "/detail/d0709835fde644079db70e1c3dddd70f"
  "/detail/0644d2db66c444949edf773a62385ae1"
  "/detail/80b71b72d8ad45e899eb3ae09069a7f3"
  "/detail/6d42a5dad9f04dee928bf36dcf48144c"
  "/detail/cb45959bd6164d5b97f1e18891f506fd"
  "/detail/902a7335645d424380571668af4b6015"
  "/detail/5662510164544e3482398e8a284e9227"
  "/detail/8c7d3e6bd1634671ba573bf849d0c4a9"
  "/detail/4b9c68f78fd44c24ba4601e80c53f6e1"
  "/detail/b4ddf3758cd34ffd999a16924d265357"
  "/detail/8587c302b02c46948a6006c66fe2ef6e"
  "/detail/49e8576b4560414ba56274976eec2a1a"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/15b17ea524e84bba850d83bfa3e823fc"
  "/detail/0212b3840bd84ccb824d896e1b74b648"
  "/detail/7c28d5cc7d75431ba019f4bca0e5b962"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/32ac3eaa97f543e2bb1dd1b46879b60e"
  "/detail/9f252052eec544c3be56a9b4e7732966"
  "/detail/df18138f0f8a4eaeadee3726e3797a13"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/809bc28dcf4143bdb35baf4a618b4263"
  "/detail/b233ca369adb47b3b0a58dab796ef3e5"
  "/detail/4119c8ca632544ee9002448c8539e77c"
  "/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úê-ÅÍ+ \"
]
113 0.45 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.