GET https://stage-sw6.radwelt-shop.de/navigation/f033ab37c30201f73f142449d037028d

Query Metrics

92 Database Queries
62 Different statements
80.61 ms Query time

Queries

Group similar statements

# Time Info
1 0.23 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.16 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.09 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:
[]
4 0.14 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:
[]
5 0.53 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"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "Sale"
  "Sale/"
]
6 2.49 ms
SELECT `id`, `old_url`, `new_url`, `old_url_regex`, `search_url_by` ,`temporary`, ? REGEXP `old_url_regex` as regex0, ? REGEXP `old_url_regex` as regex2, ? REGEXP `old_url_regex` as regex3 FROM `acris_seo_redirect` WHERE `active` = ? AND ((NOT (`search_url_by` = ?) AND ((`old_url` = ? OR `old_url` = ? OR `old_url` = ?))) OR (`search_url_by` = ? AND ((? REGEXP `old_url_regex` OR ? REGEXP `old_url_regex` OR ? REGEXP `old_url_regex`)))) LIMIT 6;
Parameters:
[
  "/Sale"
  "https://stage-sw6.radwelt-shop.de/Sale"
  "stage-sw6.radwelt-shop.de/Sale"
  1
  "regex"
  "/Sale"
  "https://stage-sw6.radwelt-shop.de/Sale"
  "stage-sw6.radwelt-shop.de/Sale"
  "regex"
  "/Sale"
  "https://stage-sw6.radwelt-shop.de/Sale"
  "stage-sw6.radwelt-shop.de/Sale"
]
7 0.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "EasyCreditRatenkauf.config.%"
]
8 0.24 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  "SBsvrirT7zlf5xe13CGX6CwOGtQrwvJR"
]
9 0.22 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "SBsvrirT7zlf5xe13CGX6CwOGtQrwvJR"
]
10 0.15 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 0.10 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:
[]
12 0.08 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:
[]
13 0.17 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"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"\x01‰NÒâq囩±â4Rú¤"
]
14 0.49 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
15 0.13 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:
[]
16 0.10 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:
[]
17 0.22 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
18 1.09 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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‹)YÔ\x7FqPªº\x03 Ü\x05ñ\x01"
  b"\x01ï)YÈÇqì¥▄h¿ê║\x0EÎ"
]
19 0.28 ms
# Manufacturer getManufacturerByChar manufacturer::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` 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`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` 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 WHERE `product_manufacturer`.`version_id` = ? ORDER BY COALESCE(`product_manufacturer.translation.name`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
20 2.31 ms
# Manufacturer getManufacturerByChar manufacturer::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`, COALESCE(`product_manufacturer.media.translation.title`,`product_manufacturer.media.translation.title`) as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, COALESCE(`product_manufacturer.media.translation.alt`,`product_manufacturer.media.translation.alt`) as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, COALESCE(`product_manufacturer.media.translation.customFields`,`product_manufacturer.media.translation.customFields`) as `product_manufacturer.media.customFields`, `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` 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`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` 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 `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.media_id, `product_manufacturer.media.translation`.title as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.alt as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.custom_fields as `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation`.created_at as `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation`.updated_at as `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation`.media_id as `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation`.language_id as `product_manufacturer.media.translation.languageId` 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"Ø"Úðµô1a╦ã/;\x1A7n█"
  b"9\x0Föê\x18„…ˆ\x18\x13¨ätåÅŽ"
  b"""
    K½œ#è\x10¡\n
    )“WêL+”ÿ
    """
  b"¿ëì49█fÔªp)@gÝ´┐"
  b"D½Îã‚ DÂK§G{3±b\e"
  b"…~¨ª'cÞ\x1C2ö­ÄÓ·èµ"
  b"£å:\x18\x03¾åÚÛê•k\x00þ"
  b"q©$tµÄ\x1A@#0ùÜÖ6²ü"
  b"«ùÍA,¦xêë\f"<Q\x06Æ«"
  b"ÏŠ?Y«éP"\x11oZflƒgÿ"
  b"÷ˆ3´\Fó-Y" 6°`b "
  b"ëä¬!%\x06\x10PêoOaÐÿÁÝ"
  b"O\x0E\x7FDYl\x1Dl&‚}g³&"
  b"oøº¶Ö®\x1CÈî,\r\x16°V \e"
  b"¶6´P\x06ôìõÂ$\fEYý╝½"
  b"ó,"ÊÂó\x05ÄCÒúÉ\x03V\x08Ì"
  b"\x084Mü╚0\x101E─ƒÇ\x03"
  b"Û\x1C‡@-þµÝ\x00¯E˜Ð¢Wº"
  b"db3\x1AiÍÇ·mÈ\x116Ê'\x13Ý"
  b"äÚ;\x7F»Î#E×w+\x06\x18Õ"
  b"\x10Ð0|\x11QCëä!&9qu\x1A "
  b"jÞe•+>†Þu†]1tž;u"
  b"åL¢\n\x00¸.‘ãÁõq\x06¼‡Î"
  b"Æ╚\x7FÆë'ü/\x15ê¡Å\x1FÝÍË"
  b"AY"\x16ÿÎ]vXÞÚ\e~¡I©"
  b"–È4\x17‘Y›×\x05¥\x16–² \x05"
  b"åÚ\x13hPúÆN§ùd~atR7"
  b"ÞL\x01iæ”Oý\g$^Ò|(U"
  b"Ø\x08\x7FË_½”×\x02‹òãE\t"
  b"""
    6$\n
    └╝'ìí\x10:>§.¾°A
    """
  b"ÁÌ$öâf¡18©ÅSÉ¿ªH"
  b"–Ž\x12äË°\x08#¥Vû^ñZÛs"
  b"©S─Ã\x1A©3²NØ┼Y1Øu\x15"
  b"ä\x10\x0EŽ¹È\tÝN¸ÐT^˜ÞH"
  b"─uFü=¨Süñ@\x1D¾I Õ|"
  b"¦y8ž¹—ž\x15òõåÆHTèJ"
  b"'6\x11\x01§O\x1E߈$ñPÐ;Vž"
  b"#¶Þwh\x16^ù¦‡˜‡±ç\t´"
  b"L■>í\x07±iü├åÒ&ù\x7FÚ~"
  b"9^"â\x16Áv–¸—<Â,ßÿ\x01"
  b"^─Åc░║#¨,Å·îé\x12"
  b"4║╩@ì*\x10ÊhÑÉ[ú&aG"
  b"'HY[\x07‡Í"žÕ)v“nÌS"
  b"\x14´¡dSK|Õ©8^£k°ù"
  b";$­°\x05põa<Èpnã—°À"
  b"Ål©&sÏ~\x7Fñ\x11{×q┌█Y"
  b"¢”È\f>íåñL–éu6ï\x08\x0E"
  b""ðÑÛŠKÿáʤQm9\x15ˆ¥"
  b"""
    è{*Ùs\x02ŽU\n
    Ó\ezAÓ-ñ
    """
  b"ˆö\x01…P$7Ö\edʤÈàRÀ"
  b"ÝÙ<¹ÀN…XÀ¤Û{ÅHíL"
  b"\vr$ÿ°çk`(\x12âx™Æß\x7F"
  b"øŸ…i(Qö|¥úþ¼"S[ö"
  b"¿ya/8û‡#‚Ý‚tŸï\\x07"
  b"myé\eý\tvv™\x05\x1E¤£€QÃ"
  b"\x0Fߎæñ˜\x17d\x1Dý¹\x18Åí\r§"
  b"▒ää\x03iiÅ|7ÓÆ\tC×åã"
  b"\ewf:Õ}hüe#í¶…\x18G\x19"
  b"ÊÉ‘ÌGõÈs\x04d\x7Fm†ºM‹"
  b"‘H#„Ñ\x12ð¼PÿŠ‚W\x06×\x0F"
  b"┬wØþ\x1E╣ æüÛ­(æÚ;╬"
  b"""
    ÜÕõ\r\n
    ú²¯Ÿ·2Ý›¿
    """
  b"Í•nt,Wöô1„ßÌ/e«Î"
  b"`ˆ\x18$•\x143l\x0Eë\x06t{´>"
  b"~æq\x00ï\v\rX:P9^¯?2…"
  b">ï¹èļ\x10ªwú`Hg-\x03ª"
  b"=7\x06'\v¸V±Á·\x11ïÓ^\x08*"
  b"ËÃ\x1F\x02 0ÍK©Í#hÌzÌÝ"
  b"ûYJY¥)ìP†\x05gèë[_é"
  b"ÙxãSðßO$\x04Sáór|˜§"
  b"¢Â\x1D\x10–XáY\x1Dã‘\x03Ô{¯"
  b"@ùSafç*ØäAYÇûuW\e"
  b"­\x01m\x08]¥áaG¢°Û…µZß"
  b"╦│Û~ú├─"\\x13Êà¨NüÈ"
  b"j´(³\x16±Å\fjÚïÝQŠý\x00"
  b"\x06S>‡Œ\x07ïÕ\e#Ï4RÛle"
  b"\x08†Ž¢˜~ü)V«„.\x01ÅÒú"
  b"\x02†ÏkéÎ\x1Džþÿ®¿ºG"
  b"…Ÿðzó]@¤é6­3]b¼²"
  b"""
    _QfÁñ7WÇ.\n
    \x05ÊC p
    """
  b"ÄÊB8 ¹#‚\rÌPšou„›"
  b"Âø\vÑ\x13¨‚žén·E|dI;"
  b"\x7FÎ%Åt‰31´5ýÝì×"
  b"uk>*ïö‘·ÖtÚb•)•\x18"
  b"\x02q[&Kæ2\r\t ú*„\x1EeQ"
  b"EÄŒÎ.-\x7F½ê\x1AüQÇÆ­&"
  b"VÙ¹┘Åƨ\x07\x04¾è\x00¥@B\x0E"
  b"\x14Jò¹j4ÿB´x65ûâci"
  b"t\x07¨§Ód?\x03Ò:}_\e\x1F\x0E\x00"
  b"Éí¾§BÓÚ^B¨\x10X\rÞ╗["
  b"äÎ"˜[þ\f¨\vÔ\tçî ý"
  b"È\x1Dî┘Å\x00\x04ÚÇ\tÿý°B~"
  b"\x02\x01<èE˜J\r#\x0F\æÜWl"
  b"\x00~\x03µ\f¢Ý\x06Ïî\Š*»ü•"
  b"ïâ>&U\x0E\x1A2;ÞÆ~\x0E÷"
  b"š)Å'saæ»–žÅÛ¼aû¢"
  b"ü\x17ºy‹çq¦]¤P€ô†Ã‡"
  b"Ò‰SÜX;ÛÈì€:Ò9Bi¼"
  b"""
    u\e├¬Õ¡¸▓É%×\n
    ¢õ­V
    """
  b"ú$m\x02bÃ’V\x17°Ç+²\x0Eë\x1D"
  b"\x19¹ó[4 ”¢5¾s\x03"
  b"\x17ÙÏò¬¡KVQ­þlq\x19"
  b"│U\x06Ȥ*ì│üX╚├\º2v"
  b"Áé\x16£_¬‹80ò-èëØðÙ"
  b"ªØ®ráÇ┬\f«¯èc!ä<Ë"
  b"\e³S¡ÏÒ¯álÚF;\x07\x1F"
  b"\x16\x04ÜÒUM║&n³╔ø╠<Pü"
  b"Ôsµ\t\t\x0FÔã\x1E_¦snþ½ï"
  b"Ѐ‹\x1C7°Ìó:"øȯÃÅ¢"
  b"骾\rwÕbº\x12+6'#•ng"
  b"\x11ú0\x16Îö{2暨1’œÊ"
  b"hj\x08ÐûرGü>ª\x18╦╬v¥"
  b"\x15ÕÖÔ ïÝá¿:QîÆœ—J"
  b"\f\x01C\x0E-UOS:6ÞR´Ê"
  b"\x11:€%žê-«ì´ñÓ_Z¯¸"
  b"2¸Ø?A\x1EÏ\r6 …\rÑÔDª"
  b"ÈÕ4Ô0§Ä\x14°Y“d¾ØíQ"
  b"""
    ¯þßµÅ╚ÕÓ\x1CÆ8òßW\n
    ¤
    """
  b"¢òõ`è\x19Ÿ!5ò À\x1AøtJ"
  b"oÈijDXüÜA%1M║Ø╩Ê"
  b"ËNù®\x00±‰@d^Iª[–‰Ä"
  b"\r†K\x0E÷ö o\x14j»Î³Òø\x1A"
  b"░Õ­È?ô│U²\x0E¢Å:KåÑ"
  b"ª\x00³hg`ýñõ@¾l3fb–"
  b"\x1Ea=Í\x06­±û˜.mq^¨ßW"
  b"ú?Ë›~â\x1DaBiB¹j®3é"
  b"áøÕé¯}¶ª¶\x157P\x11\x11"
]
21 0.20 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
22 1.01 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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ï\x1Ed╗¼yÅûO¹\x0E\x07E\x04ï"
  b"\x01\x1E„¥ðqï¿Ùÿ.‘~&ñ"
  b"\x01\x1E…F'}@§\x13kßeíI½"
  b"\x01\x1E…¸àr©œ­8ßDsMŽ"
]
23 0.19 ms
# finsearch-config::load::search-ids
SELECT `finsearch_config`.`id` FROM `finsearch_config` WHERE ((`finsearch_config`.`sales_channel_id` = ? AND `finsearch_config`.`language_id` = ?)) ORDER BY `finsearch_config`.`sales_channel_id` ASC, `finsearch_config`.`id` ASC LIMIT 500
Parameters:
[
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
24 0.15 ms
# finsearch-config::load::read
SELECT `finsearch_config`.`id` as `finsearch_config.id`, `finsearch_config`.`configuration_key` as `finsearch_config.configurationKey`, `finsearch_config`.`configuration_value` as `finsearch_config.configurationValue`, `finsearch_config`.`sales_channel_id` as `finsearch_config.salesChannelId`, `finsearch_config`.`language_id` as `finsearch_config.languageId`, `finsearch_config`.`created_at` as `finsearch_config.createdAt`, `finsearch_config`.`updated_at` as `finsearch_config.updatedAt` FROM `finsearch_config` WHERE `finsearch_config`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01\x04—pÄr¿¦\t¢šR²E·"
  b"\x01ï\x04ùp╠rÂáôârÅB§Ä"
  b"\x01\x04—pÏs­„VD´\x06\x11›O"
  b"\x01ï\x04ùpËq~ú2¬rÌþ\x05Ø"
  b"\x01\x04—pÕp˜…þæ;"öI€"
  b"\x01\x04—p×p\x0FŽ8¥ø0_í¸"
  b"\x01ï\x04ùp┘rÔüt\x02┐-/á╝"
  b"\x01ï\x04ùu!s$ü¤<×■^~4"
  b"\x01\x04—u(qÔ½¬TQ\x061¹2"
  b"\x01‹A\x05¾ÜqU®,/\x18êf>“"
  b"\x01‹A\x05¾ÝsE‘£µ\v®#4W"
  b"\x01‹KDÃ-r<•ž\x00L\nÑR\x13"
]
25 0.66 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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‹)YÔ\x7FqPªº\x03 Ü\x05ñ\x01"
  b"\x01ï)YÈÇqì¥▄h¿ê║\x0EÎ"
]
26 0.16 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"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
27 0.15 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
28 0.11 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:
[]
29 0.46 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:
[]
30 0.17 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ?)
Parameters:
[
  "Netzkollektiv\EasyCredit\Payment\Handler"
]
31 0.28 ms
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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
                  FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
                  WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` 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` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
32 0.34 ms
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.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÃûsú´¶½\x03Dh{â"
  b"""
    \x01‰NÓ\n
    ¸q豬ÿJÎ%\x03:
    """
  b"""
    \x01‰NÓ\n
    ºr\x17•j\z€úƒ>
    """
  b"""
    \x01‰NÓ\n
    »r\x06 Ù½¿UÀå\x19
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÞçR█
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÚ+\t
    """
  b"\x01ëdch?p\x06ÅÁôòjÈh®"
  b"\x01‰dg§Ðq?¼÷7„\x01l9¾"
  b"\x01‰dg§Ðq?¼÷7„\x027€"
  b"\x01‰dg§Ðq?¼÷7„\x02æ\x16\x03"
  b"\x01‰dg§Ðq?¼÷7„\x03=‹u"
  b"\x01‰dg§Ðq?¼÷7„\x04ŸµÛ"
  b"\x01‰dg§Ðq?¼÷7„\x04´­\x17"
  b"\x01‰dg§Ðq?¼÷7„\x05ÆÏç"
  b"\x01‰dg§Ðq?¼÷7„\x06YRõ"
  b"\x01‰dg§Ðq?¼÷7„\x07:ײ"
  b"\x01‰dg§Ðq?¼÷7„\x08\x01\x03ß"
  b"\x01Œ «\x1DŠ\x7F®‡Ì¤@œ\x1D\x12"
  b"\x01Ä\x07ø[¢q ØÊk<┤\x06ÝZ"
  b"\x01Ä\x18eÒËs7ÿ=IØ\x02\x1688"
  b"\x01Ž1Ë‘Tq˜Ÿ—D „„Ûö"
  b"\Uù­Š9my!eE^\x07Š<_"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
33 1.42 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`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
34 0.21 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`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` 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`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` 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"\x01‰NÒÄ2p¢·jTe=UÞÒ"
]
35 0.28 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`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` 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`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` 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"\x01‰NÒÄ2p¢·jTe=UÞÒ"
]
36 0.25 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`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` 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`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` 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‰NÒÄîqP“Eá\x0En)ÕV"
]
37 0.21 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`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` 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`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` 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‰NÒÄ3sà•÷\x05\x12Y-Š\x1A"
  b"\x01‰NÒÄ3sà•÷\x05\x12YàA4"
  b"\x01‰NÒÅ\x05pM¼ÃV¶ð{ìh"
]
38 0.30 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
39 0.16 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÇöqÛ¤o£4Õ2÷Æ"
  b"\x01‰NÒÇöqÛ¤o£4Ö#ëw"
  b"\x01‰NÒÇöqÛ¤o£4ÖVõ3"
  b"\x01‰NÒÇöqÛ¤o£4×\x15\fì"
  b"\x01‰NÒÇöqÛ¤o£4×æ\ê"
  b"\x01‰NÒÈmrúµ£prö’¯Ì"
]
40 0.44 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
41 0.23 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
42 2.13 ms
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.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` 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`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` 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 WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"db3\x1AiÍÇ·mÈ\x116Ê'\x13Ý"
  b"""
    _QfÁñ7WÇ.\n
    \x05ÊC p
    """
  b"""
    ÜÕõ\r\n
    ú²¯Ÿ·2Ý›¿
    """
  b"▒ää\x03iiÅ|7ÓÆ\tC×åã"
  b"\x14´¡dSK|Õ©8^£k°ù"
  b";$­°\x05põa<Èpnã—°À"
  b""ðÑÛŠKÿáʤQm9\x15ˆ¥"
  b"Éí¾§BÓÚ^B¨\x10X\rÞ╗["
  b"ª\x00³hg`ýñõ@¾l3fb–"
  b"myé\eý\tvv™\x05\x1E¤£€QÃ"
  b"\x02q[&Kæ2\r\t ú*„\x1EeQ"
  b"4║╩@ì*\x10ÊhÑÉ[ú&aG"
  b"ÏŠ?Y«éP"\x11oZflƒgÿ"
  b"©S─Ã\x1A©3²NØ┼Y1Øu\x15"
  b"ú$m\x02bÃ’V\x17°Ç+²\x0Eë\x1D"
  b"\x1Ea=Í\x06­±û˜.mq^¨ßW"
  b"""
    K½œ#è\x10¡\n
    )“WêL+”ÿ
    """
  b"ªØ®ráÇ┬\f«¯èc!ä<Ë"
  b"ü\x17ºy‹çq¦]¤P€ô†Ã‡"
]
43 0.79 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Í\f\x7FU\t©┼T£¼Ôþ©dÉ─"
  b"è>ø\f\x19ý3^i™ß^q3"
  b"]Â8Øu°ŽŠì\fãh×ð—Ç"
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"QÒÝ4m\x01Ó¯~~3™e\t\r"
  b"÷%£¥èúîÆ6×êÓ¢˜×|"
  b"\x00\x01yaå\Ovo█│═ÅÓ┐░"
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"\x05±iáÒº€\x13JZ¼n}‹hü"
]
44 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%"
  30
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  true
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"Ç™)¨\x16Ñ-7ŠZ9>hçjc"
  b"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"""
    ´÷W4üf\n
    i½uöäE>#\x11
    """
  b"Å║_VJ3\x17╬eÁTYÄ81X"
]
45 0.72 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
  true
  b"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"Å║_VJ3\x17╬eÁTYÄ81X"
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
]
46 5.63 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `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`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_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.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`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` 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`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` 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`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` 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"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"Å║_VJ3\x17╬eÁTYÄ81X"
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
]
47 1.28 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"„=vÎ\x11‘7”Ò\x1Aîü\x18^_\f"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"\f¥t@†¸lÛ”"@×Ñ\oñ"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"œ\x07³)ëcTD÷Kc^“š“’"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
]
48 0.88 ms
# product-listing-route::loading::association::crossSellings::read
SELECT `product_cross_selling`.`id` as `product_cross_selling.id`, `product_cross_selling`.`position` as `product_cross_selling.position`, `product_cross_selling`.`sort_by` as `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` as `product_cross_selling.sortDirection`, `product_cross_selling`.`type` as `product_cross_selling.type`, `product_cross_selling`.`active` as `product_cross_selling.active`, `product_cross_selling`.`limit` as `product_cross_selling.limit`, `product_cross_selling`.`product_id` as `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` as `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` as `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` as `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` as `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, COALESCE(`product_cross_selling.translation.name`,`product_cross_selling.translation.name`) as `product_cross_selling.name`, `product_cross_selling.translation.createdAt`, `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation.languageId` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.product_cross_selling_id, `product_cross_selling.translation`.name as `product_cross_selling.translation.name`, `product_cross_selling.translation`.created_at as `product_cross_selling.translation.createdAt`, `product_cross_selling.translation`.updated_at as `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation`.product_cross_selling_id as `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation`.language_id as `product_cross_selling.translation.languageId` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.language_id = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE (COALESCE(`product_cross_selling.translation.name`) = ? AND `product_cross_selling`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "COLOR_VARIANT"
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"Å║_VJ3\x17╬eÁTYÄ81X"
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"Ç™)¨\x16Ñ-7ŠZ9>hçjc"
  b"""
    ´÷W4üf\n
    i½uöäE>#\x11
    """
]
49 3.37 ms
# product-listing-route::loading::association::categories::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"r³*\x1FuK¡À›6•àËlÞ\x7F"
  b" \x1A\x03€Ê<aBŒ&¢1ðäš\t"
  b"Ï\x00OÜvú\x1AO%ö.\x0Eµ&\x1C£"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"\x01Ø8^Âv2ºÚXÔ?$¢\x07Î"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"~¼Á2W\x0F÷àè²'#u_¸É"
  b"š\x11X\x15MúBÊݽ\x06”¤é½È"
  b"Ÿa@Ž:ûc>PÍñ²\ræôf"
  b" \x1A\x03€Ê<aBŒ&¢1ðäš\t"
  b"ÀÇÇm0½=ÊïÉo@'[Ü\n"
  b"àÆA\x19['B[°V¬Vø•=$"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"ƒš´h µ$¯Ú\x05\x12(“ÂþŽ"
  b"£âì.E▓¡\x10öÈ/N¾gd÷"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"ÙÔô•èu¢àu¡¤¦á¹w\x0F"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"¸\x17qc╚3▀¶│Å╚Êç/\x1Eã"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"W7Æì.\x07\x16óا¥ÄàÞ\rš"
  b"oª€@Ú ï9›c§-\x0EJµu"
  b"î▓+¦\v{í½\x13ÎBÔ.Ýìó"
  b"ì;║t%þ╔îP§,íÁ-75"
  b"Ð‗Uúsú╬¸.\x03¬Øÿ\f~╩"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"\x18Ø\x04#†·ž,'ŸÑbß\x02\x05È"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"oª€@Ú ï9›c§-\x0EJµu"
  b"ì;║t%þ╔îP§,íÁ-75"
  b"»Ëÿ\\x1F\x1DíFÂ](\x11š…ÆÂ"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"\x0FI╚Ø\x1Erÿ╗Ö0x£ÄıØH"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"FºŸ*ivW\v\x03S >ÄGB\x17"
  b"¥w\eΓâ\x00Ão|ÙßÐåÞª"
  b"Ö}Š´ôÁ\vò*£Sâxy\x13<"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"\x16Ñ═«6+ì'íÏ°ÃÀïC0"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"4\x16§_Lê‘\tP|¬Øâò®ü"
  b"æâ\x17Áy1ÂÀºÊöÉ■^╔¨"
  b"¡ÐÆè?\x02s'ØF\x10cô¬X¦"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"5/â]¯hkÛNÜ¢#É!¬ê"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"W7Æì.\x07\x16óا¥ÄàÞ\rš"
  b"oª€@Ú ï9›c§-\x0EJµu"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"\x0FI╚Ø\x1Erÿ╗Ö0x£ÄıØH"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"FºŸ*ivW\v\x03S >ÄGB\x17"
  b"¥w\eΓâ\x00Ão|ÙßÐåÞª"
  b"Ö}Š´ôÁ\vò*£Sâxy\x13<"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"2•ÇjËôÊ®Ó<6±µü,±"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"@\x00‹šS€ü¬Î9v¿|\x08¯["
  b"In\x05á® ©ÄeX\x00觹ê("
  b"""
    \n
    AR´ª:׋Ýk6lÁy
    """
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"7¼/u¿\eÏèE\n\x1A\x006L"
  b"?éJ\x00#\x17µù%Ÿ‚i\nî¤Í"
  b"¸:¬#¹R‡2Â<Ç5)Pè€"
  b"»ùK4ë2&ŠÚW£¾Pbþ}"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"üI\f¤\\x00±$›¾5T¤ýöû"
  b"3þ_­ØÍ\x01╗µƒ5\x109\x15"
  b"4\x17<│Å\x07°Ø█Ù┬¼æ(0?"
  b"c’?Iå$\x13CªzËj\x06§Qç"
  b"ÁjS úGU0ÙX<4ý5nõ"
  b"ÙG¿\x06¨…Û\rG}pq!“Oø"
  b"ÛŽ\x1AðË:Ê\x1AâÐ\x01†$ E)"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
50 0.93 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"Å║_VJ3\x17╬eÁTYÄ81X"
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"Ç™)¨\x16Ñ-7ŠZ9>hçjc"
  b"""
    ´÷W4üf\n
    i½uöäE>#\x11
    """
]
51 0.26 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`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` 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`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` 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"
]
52 0.19 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
53 0.11 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:
[]
54 0.12 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:
[]
55 15.12 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"œ\x07³)ëcTD÷Kc^“š“’"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"GÆèÕ\x07»ÓŽ‹öz*\x0Eo\v("
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"“¥\e7ú€\t5\x10”©Ò湑q"
  b"üL27(K§±¬ygŽz!\tû"
  b"ò`Zãh\x00S.½aW\x15†ì\x16\x0E"
  b"º÷\x1F!´½é\x13“ì†LºÅ7,"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"1±ŒÀ\x02Œ5]¹e«\x14¿ß\x1D"
  b"\x1F5dÒ°¥Ó‡†óÜ©Y\x1D\x7F "
  b"\f¥t@†¸lÛ”"@×Ñ\oñ"
  b"Õ}\x0FCé§_ô'ü▄ïgÜä\f"
  b"ı╩û°│─ÜÆHoãêÝäæü"
  b"░dâ[Ø╔\x17À9àÒæî0╔\x13"
  b"\x07'©>®Ï `ˆ!Ü\x1AìaäØ"
  b"$êþµ«þç‘ä\x00ÞÏ·+à\x0F"
  b"\x07 b'rpñœP5Ii]N"
  b"„=vÎ\x11‘7”Ò\x1Aîü\x18^_\f"
  b"kH‹»\x00”$÷•\x16\4wñWï"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"ïTzðuDG\x0EÂ6œ\x00Q\x0F̽"
  b"\x1D)î╠®┴¹×.µ%╠: 0ü"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"˜¡SÌõMAÚj4\x02¤;p>±"
  b"x»š#X\m\x02sx…ìYÈÈÓ"
  b"½UB\x0E\x1Eó\x06¢N\x04\x0E©œŽ"
  b"\x00N@╬Ödü‗│▒ö\x01ÆÕ1ã"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"ÿø3í█┴Ó½├┘×ë&Ø#\x11"
  b"""
    Øé├┼\t É┘ô:°ì'\n
    ãû
    """
  b":ajS\x05àl̈;Ú:¶;\x10µ"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"Ê\x15«┌Á"\x13éúz\x17tà&ü)"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"A;"BëÝ^RD|\x06üH\x08§É"
  b"þ¬³„§—‘q’àx1\x01xô "
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"ü|•è Á\x0Eßìw”y‘uFÊ"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"ëâ”m8Ž\x15.N7ð‚Ÿø\x1ET"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"\x1EïÂ]û\x07ßN \x0EÖæµëýz"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"•Û\e\x17käÓPšaI·ˆ\x1A\tQ"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"Ô‡Où*\šš\x11ôP\x1Fc2ÍF"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b"pRy\x0F5.\vfÅõÎê\x14)Ú”"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"╚╗%\fõ«Å\x1C\x002\x18qƒ┐ı"
  b"\x13ÆÄFï\x05’Ze\ËèOÕ."
  b"!ÍRÄáJ¬zp‡¿bmý¿\x1D"
  b"kįõ\x13Dûdt\x15±\x0FªÑx/"
  b"\x10=Ù¤áå\x11\x01¥\rÒlÖ\x19\x07"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"ÂŽ\x0F¤«A£±\x01ê7‚¡}µé"
  b"‗Úê\x0E\x14üb¦®ù\x16~c\x1F╦À"
  b"‡GËäz\x02ò/\fé¦õF±Ý\x04"
  b"Å\x02…Ä8›¼\x12ë\x7F9¥—3ø‡"
  b"ØQQ═\x08×T@£OúB#\x08\x123"
  b"³j_è¬4“ÞØ\x0F9ÒŽT·M"
  b"²¦ÒÇKãÉx,È?¶\x1FË þ"
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"f£%–Э\x1Aûƒcƒ/\x10aŸ^"
  b"\x04ÛjâUºQòTìõè!Ót-"
  b",Và*(?©£;îÕüÙ€C\x1E"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b" /’̾'saU&èC»ZaË"
  b"Ó9üV║]\rû¸fM¨\x7Fíc9"
  b" 8«ì.N"% A"Q}Þ┤\x10"
  b"R‰né\x01\x05ß¹‹['M½ÀÒ\x16"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b""ˆ‚äÁ\x18\x01=í5†åC\x13}„"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"Ã\x12«ÊaçØõk╚ÿ×6■cø"
  b"Vð‘@˜\x06i\t\x11\x1F½Ç\x1DŠr["
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"Ð\x05\x11¦\x05ù­ó\vµsœgÔÖÝ"
  b"šÌfDf¨K¡N½Ÿ9èôiŽ"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"p lz-W“\x13´½l2Yjá3"
  b"EP(CJ´4Íží+qÆ\x15;e"
  b"\x189iI÷óVÌ\x1002\x19ãÅÇý"
  b"""
    ¼┌Ú§°Ø½Ó\n
    \x07ıÀÁÀ┌4
    """
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"›’\x118BEñMÆU.4É¡¾z"
  b"83Qt:\x00½"©ã,}n\f…ò"
  b"â[┴L\x1Aj&CÅ\x0Eȼ▒#\x7F~"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"!×õå uî6gÅd▀\x15ÁÏò"
  b"\rÍÃBô\x04œL@Eì9š¹"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b":~¨éÍC®Rþ’E4.ôÜM"
  b"04¥à\x1CïpgDëüšKj“‰"
  b":\x04\µ¸þ‚P'¨iwíÿ†—"
  b"B\x06¡ß3èÊCµü?═ı░¯]"
  b"C‰·‰W?‡Šæ’/쩳6$"
  b"¯}giñ\x15¢ðá\x17Ét&■Ô\v"
  b"ù\x1CÅÓæ\x13\x10I\x14\Uu¦fÕ■"
  b"I╔\x03\x17Ø>┘ıô®ì®¶ïËß"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"g‗»ònP\x1E9BäóêÉÞba"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"i¥ªÑ+ÿ\f\x00©ÑˆCÑù§F"
  b"¬+*Äû÷\x06\x07wkˆw–õ·"
  b"%█<\x13ì}û▒\x1A^¨¯ÆTY\x1E"
  b"•nÈ‘Œm\x1Eøâ\x16_ƒ›•½\x1D"
  b"i•\x13Hw\x14\x03àHÔLÐZ0ÁÒ"
  b"¤]Ö\x041)\t–ø´ék}íÎ\x1F"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"\x10_\x17TB\x05\x10x´r§-飭¤"
  b"\x17\x7F÷jäãÈ95\x12\x18\x0FàQ\x1FÐ"
  b"ØØÈÝm,j\x1C\x00\x06ÜÖN═\x13\x11"
  b"BùÉD—\x18¦\x04L.'®Âœ%g"
  b"ñþc«9\x12fpÕëÔpkÇjÞ"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"\x11ž9l]KR•—UØÙþ½Ž"
  b"75íåÂc\x14Þ§╩é╠ØO<ª"
  b"""
    D‡\x01\x06å\x05\n
    Î\x18JÑšŒ‡j¦
    """
  b"ã½!R0(ŽB‚CMù†e\r\x10"
  b"ЮÞXRI„O\x11—ô\x19\x07\x06®\x15"
  b"\v™Á:"\x1CšØdAr$¯\x00Hw"
  b"Œs¹|i\x03233Ž\x02Ûß;\eÁ"
  b"n=@O·\x11ˆbwËô.‹³\x14\x18"
  b"h╗y!¾§\x15╔Åé\x12ñI©┤4"
  b"\r^9\x02п®«Y)…^®>!\x1F"
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"1œ¥ªC¿ôƽu8wÀ—qá"
  b"ehã\x1Eó‰\x05¦jEZ¼\vþö¯"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"ŒÑß»º/ŠÌ¬ÔÓ·VÛ­¦"
  b"Â\x01Sp¤À´\x1Am$ÌA®"/""
  b"¨U1ß@R$Ý\x06¢I¼ƒä‚ö"
  b"þ¨ikv§\o²J”8Ýè~ç"
  b"╔^\x1F7ìNÊUþ\x07¦┘║ @â"
  b" 50’\x7F»Ÿÿ\f?~'ömÿø"
  b"›ÌV\x11nR\x06ÝN˨\\x04 t"
  b"òÛ½\x15¤úªp諭DÊ÷:«"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"k\f6▒É\x07╦%\x16╩ ╣\x05ËG─"
  b"—Q¸y/ÀJ™6²ŽçDË^\x0F"
  b"┘CZ└7\x07\x17ÓÍL░éü▒hê"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"Ö\eÇïqøt\x02²X‚ë˜Ñ±K"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b"É4░GÊ\v Æ³'░(U'H\x7F"
  b"Ù$\fOè}gÀ‡B½_\x7FG\x1C"
  b"B•aÇò\x06ïþ/Z^>M—3¼"
  b"²;/‹r\x031MÿŽ3¸šƒªü"
  b"\x14\x13-7v&i4ï»è+Qó\x02\n"
  b"""
    ¥!ˆZ\n
    ¡œ(4\x05î€Zñ~x
    """
  b"¤═╣ÏýÓZôÆ╝½8É\x1A"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"\x16öûÃî…¼\x06„3È©¤\x16©\f"
  b"¸–þ{pÝÊG\x12ÊRêÕßnK"
  b"eÁØ~\x15}A7Uã1²ã@:€"
  b"ƺ\x02à½òÌÂOÿO©\f¢—k"
  b"Þlû@\x11\x12ÿJ#Äü…½·ïô"
  b"A»>òiEJ/ÐÇv±vK\x19"
  b"┘ë26{¼ÍÁx¡Øå×µ¬\"
  b"·JsÎ\x14#3─Dh¥Å\x1F&JÚ"
  b"(];*\x04Ãü¾.@N)\x08ùËß"
  b"EÉ┼4ï╚è\x07?é¢t¶R:ñ"
  b"D­ûßBÆìmÁ■«ú¶\x1A«╣"
  b"-¦AÅ0]ÊÏ╦1┤'w\x00"
  b"""
    \x17M…Œ\n
    »^›&‹Sð1´§¿
    """
  b"œc1\x02ßP¬ÅP~¯ÐîÌmm"
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"N¶&P4º½Vi[·\x02ÝJ)Á"
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"æ'”Å6†@u&>àzm\x1F¦È"
  b"EAæi—ÙF\f+ž¹rvØrø"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"2ÛâønŒäYPuקø•üÚ"
  b"j1x¼0}å©c`nøCPÏo"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"œ%O„$Ö6˜P¯w\x0FÏ>L\x16"
  b"Ìй\x13\x10³b"Ø\v\x16]5\x06\x1F\x1E"
  b"ÍQ²:Z'\x0Eè9ö´\x02Ãÿâk"
  b"V™\x0FX2ÐNK\x1E+§ü…™¶?"
  b"i\x18¢J¨/0ïmÉ)yù”dî"
  b"Ó\x11▀@kWKùóü%>ëZu½"
  b"îjsú´Æšò06djVž¼¸"
  b"#JÇ4ßdˆÎ\x1Aª\x10#Pìÿ\x19"
  b"""
    .\x136è•îvç•\x1E\n
    ÝBåq\n
    """
  b"ƒæUl°\x17@©ÜP\f\r£‡Œâ"
  b"Ìü,P\x17MâHx§p\x1D‰Ï\x04]"
  b"B8ÐÜ.«'hU›œù\x06 ¦œ"
  b"\x18´ç#Q├4\x05\x14~#üG\x05\v?"
  b"EH}\x7Fð\x14\x154y\x0F=ãX7\x1FÞ"
  b"h\x05ˆ;_ÌÅA5?()gŸ!‚"
  b"€yÏd\x05Ð9\x0E®=\t(‡g0š"
  b"”c‰·u<³²ÀyK,‹V|Î"
  b"ää O”öW½_¿Ûe°\x00Ý$"
  b""\x17¯É6˜‹\tƒ‹©4èë\S"
  b"I]V;\x1FG"m‘FÛl5ž~w"
  b"OnK[ÂË lå¹@g\x01föØ"
  b"\x07\nÁ4ïÌ\x00•õÛ½­ÎMvX"
  b"""
    \fHzã+9Á4!\n
    B\x07šÀ¡&
    """
  b"¡Ø®Gü»!â.▄8CÖ8\x11]"
  b"új\\x02„ÿ¿òð}©ŠUŽ*¶"
  b"o+dÑ▀>\eüúp:\x16o|O\x05"
  b"║úqj┴ìÉ┬\x04æ F¢n`P"
  b"ÈÔ└Æm³³\x1Cb└e¶ovÒì"
  b"\x06¥@J±[\x17NÅH{:;Dðı"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"éz®»UŠNu;8³e¼\vë?"
  b"\x04„…\x12ÇñïªNáí†\x06€~€"
  b"Ø└þÙæÝA\x0Egs\rƒÀ¢\t"
  b"""
    ╔┤¸»ê\n
    ┌go_Ý╚¥ü¬J
    """
  b"Wu§%\x01šó?z\x14‡S±Ž×b"
  b"[–OÛ%Y=\x06ÙTcêžS33"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"~¶R\x18\x7Fô±uaú(“¦•t›"
  b"ì¸\x06¶'¸G\x7F‘!Yn\x06K\vl"
  b"ˆI\x10È}Tdc»S’¯ÕDŸ¨"
  b"\x05µþ”½2úŒ\x1F\x181؇\pñ"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"Uç_ÂÀTþÓx\x00s$ªÉ\x07"
  b"W´§kv\Ü\x16¤ 2ÿfX³›"
  b"ÿ§—GŒ7”Å\x1AòII\x0FTT\x7F"
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"d,ã*\x17ÞÞ£Ò\x1A&‚j¥…\x02"
  b"µÌ…©Í\vYJ+ÙŽþ„˜r¾"
  b"Ú¢BÄë/Ï·˜x@Zñiï "
  b">ìÓ\x06kNÛY\x12┤<CÞ'K7"
  b"‡²ðôž‹Tû\x06Ï–*OÏ#A"
  b"›Œ\x04ƒÀßçÖú/\x14¤€Ì\x121"
  b"┤▓jƒ\x03ö\x00ÅÍ\vEͳñä'"
  b"’-é%’ÍÆ\x1DPV\x03¿q^pi"
  b"""
    ã…W]¸‚S³Í2fèÒa\n
    å
    """
  b"\x01ñ\x07"µ…ÐNR\x02æ\x0E\x1DÓÎØ"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"\x08‹y\x10JMo_œv"(dü"
  b"j'iÍ{ØëÞ┐+Wa\x023lO"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"┼l§\x18ì6ì╗▄à¼\x08ö\e■2"
  b"\x15ì<‹\x18\x16Ö+]æÅüá*2`"
  b"=/œò³EEfóï,#»<¾î"
  b"ƪ˜Ñ·ø¼&¹Ë'6ûŸ›("
  b"/Åñ¸Š2(;Åžf¹-^\x00Ž"
  b"`Q\x1FÄ{oÓô\x0E¢aŽs)\x03\f"
  b"ž+Ù–›ÍÁ\x06D\f\x055\x01ä\x00\x0F"
  b"¼?\x00ˆXBRE5\r»\x7F\x13¡5i"
  b"\x15\x16ªõü%¼!±\x07¿µ\x1Ayõ…"
  b")ÇÔÊYà/\x03LG¢0ôŽ\x10Ì"
  b"Å…ªò<~4̾æ-Š‘7q\r"
  b"ÎÊÄ\x1F¸iâªP~^å\rù\x03ý"
  b"\x01É”…ÓÏ­y|ã;;)ºa;"
  b"mùÉÔ&íÆ×ø¾'~\x11,┌E"
  b"u\x1E2G:«\x1C„£šn\x1Fk\x1A¾â"
  b"u¡æ1ÁÆ:j.q_kŸê-m"
  b"éÀ╝lC±\x16╠fìÞ\x04╦Ó«\x12"
  b"ÐðÔAT̸¹Édÿí8/iz"
  b"ô•ïOr\x1FÛxi7ÁD²,\x16\x13"
  b"""
    \x1AœÔ¾ ê~\n
    ÊÞÞ‰ˆ0\x10
    """
  b"Z’A)6x*n¯9šQI\x12HR"
  b"Ú╣þ±¸\x13╬Z\x1Aà}É6\x07Þ\x18"
  b"ç‰\x03*úKf\x15oOûo‚%çM"
  b"&Å]D8?\t$┐\x04Án\rÍ»┘"
  b"N_b;ȼE·'öÅúÊô\x19ê"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"çèä\x15°¢Õ‘Ã~§íK"µ_"
  b"\x05└┼q¤Ô/Øt‗ÑÉ|óáÌ"
  b"E²╠¡═$qɸƒPí\x0F\r"
  b"z\x15\x0F\x18‹A~×m6'}s,"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"½¿njjò¢{˜¤DXw¡í«"
  b"ñ\r㽋¸ÔÛ‹\x05\x7FŒÃC"
  b"\x12\x03k\vç`s!AÏ\t\x7F_d:\e"
  b"&oXuJ'×cq0àɺaµl"
  b"){\x1Eÿƒ'³K¼\x16£zò‘ï†"
  b"ƒè@ˆ¢ÄþØsÉñÍN³d¯"
  b"ïØ╚õ┘ù\x1F2H\eå\x1CP\x15²{"
  b"šR”Z±×—}‡²Äœ\e\x17\x06Ð"
  b" Có_ÂÑ¢ýâ4BØé\x1F\tó"
  b"̲XÃhp˜%5XÆ@\x0E0y”"
  b"Ð!öÿ§á\x1A¨Au¶Æ+åM:"
  b"\x16R|Ì\tž¨¶\x00£ˆ0jÄš\x01"
  b"\‡uÉ\v¦ÏÔãuQ“݉\rÓ"
  b"\ˆ]§eB\x08¦ýšµ•¿eÌr"
  b"e°ÿ¿þ0¼³ÁöHÂ\x14]xg"
  b"†×.x\x16Á¢ˆ(©Må\x04™TA"
  b"÷µØ\r░V\x07\x03┬LÃ;\x1D\x1Aa"
  b"\ríÁÐÏ\x06 ×Ê?êjþË\r\x1D"
  b"\x15\x16C\f–„ªvN°uW¤-Gx"
  b"BGFÌI4În\x12…æŒ*[HÖ"
  b"Ÿ\x04¨å;²ÛÈ\x10æWÉâ‡×¡"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"╬¼\x07ý¬Èpró²ÅÍë\x0E\v"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"ò÷Ç®Í\t=;$DO.k@\x7Fƒ"
  b"\x179\x03XÖ£<ÅL,í\x01\x08\x02ı³"
  b"-Õù╔«!^}[/P|2üñû"
  b"A]Ñ:|\x17{é¥2┌­8ÉV\x12"
  b"j»lë òêŸèÙËIÊK\v"
  b"‡9\x1EEÀt`pyê~–]åG–"
  b"“'3W\x1D\x06Íükù"2k°Q9"
  b"”u…\x1F@qÇ<Ébg¶÷\x07"
  b"醊ûìðÆK\x055Žé\x12\x1D“G"
  b"•WMø\x19ˆÎ„½æÏÓo>µA"
  b"\x05vÌ<3Ù#Ø═xO·a­Uâ"
  b"\x06ž\t ¬ùƒìg7\x19{B¦X©"
  b"$l\x02ƒ§7í \x13L\r±xž¶\x03"
  b"+”ÿÊ\x01ÁÀ­ØÏ>J"µQ\x04"
  b"kªüEGà·Ê2ùNœ¾b\x1C¥"
  b"vî╝ôd?úÀ&Å\x19L\f£àÛ"
  b"\x08$uÜßo┬\x18½T╔╩Ø\e"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"Àz\x0F–‹t&e#¬5áp%\x1F|"
  b"\tMõ¿ç…lV$ܵ[ªü\x10]"
  b"\x18!øYãAêé\eš†5›ÉÈv"
  b"\x19±ãÝ\3‘J$†X÷\x00(Е"
  b"-Åysà}ýDµ‚>Ñ1ŒU?"
  b"Jìÿ¿7\x02iñ`(ñF\x1Có›ú"
  b"r{8ê‘Ìé§\x1E¹söª|‹ß"
  b"üý¤jg\f^x+┤Ì´»T+w"
  b"Å┘P▒\x7FöH┴¬╝¿SF04\x1E"
  b"ž2©Å£¯1ÜŸtéÇe©04"
  b"â³?I\x1Dc€¾‘ÑžTÃeOÓ"
  b"¹£Z*ìõj\x07°£ï­ò·ç\x1F"
  b"\x1EM/H\x17╣_¸\x17OKìj"▒┼"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"j½¿m\x7F!ÝšØüVGMrŽ>"
  b"ÀqûYÞ\x14›ír\x01Ò\x03›J\x04Û"
  b"┼╠¿õ\x19°┐qúäÉp╦¿­f"
  b"\x0E¹Y\x16\x7F.5Œ\x03ê$OÄK¦N"
  b"\x15€×\e„Üw­2x2Àgô\x12Z"
  b"""
    \x15\e%‗\n
    ¨°;ÉÙz‗┤U¯
    """
  b"`\x02^Hž´·}gúC:?Ý,ì"
  b"ü@ij\e\x15P╝T-b\x1AÎX\x010"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"ûP4}ìúõoF>üøX®╩┴"
  b"¡?(\x0E‘™Û¤±\x7F\x1F&½K\x7Fž"
  b"ÐOsvÊ▒Qy9\x1Eü;:▄\&"
  b"ï?E!Ä\x02\e&ˆ:¾ù>Ã"
  b"ó&+¾z’–\x05¼êZ5î‘r~"
  b"÷2¹Z¤_ýù!▄Cì╩Ð\e\x07"
  b"úös¶ `aº2\x04êÄ¡.#Š"
  b"\x044­ò²üÛ“\x11bV”«5–¢"
  b"\x15\x1CØÁÃ×▄»ã╗_╝åá!¶"
  b"\x17øI+╠<\x08Åñ└©‗êh*░"
  b",A-š\x1A\x15¡`\x01/l-jˆÅy"
  b"^À└¸uûà·|▄@GÖÉ]Æ"
  b"™þjÃö‘XLG\x1F\t´®V…Õ"
  b"¦!<´ >}\El¥š-)Y,"
  b"®\tÏ;âü§BV\x1Es\r\x02P¹²"
  b"Îgl\x08ÊÅ╠ÁÏ_Ñ!ܲ\x17#"
  b"å\x18Qâüì\x04Ã2'Lë\x7F\r\x1E\x15"
  b"î©eÏø4YÿãÕ®h\v¯m"
  b"\x19Ì2‹ßg›¥\x01ž:5ÛLÌþ"
  b")\x1D└┬ŨêØ}ÔåF\x178╗Ó"
  b"hEŠaq{!oM±ìpt\x0Fi~"
  b"¡="ÚÍý•ŽýõöfãOÃ"
  b"½Óâ7B6²¡ríwWë¹H,"
  b"Äh˜U¼ÁéHŠÉ½'bÃ#s"
  b"âá2\fg|wš´\x10(‹ÅÇQG"
  b"øŶ\\eõ#ceîQ·”Ð\x13ï"
  b"\x1FüÝA¤4Ý–\t7|ÜŠ¢©b"
  b"/òcnáÇâA/¶\x1ELmŠ\x17ù"
  b"3„\r…G\x1A‡“VïÕ\x02ì~A\x03"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"CËõ€ßŒ6dB\x06 \x10!†¯%"
  b"k▄\x19Þ\x1DÉE‗S\x19Ä\x16«ôk\f"
  b"""
    …#­H‚Ά\n
    Ø j\x01ÎB\x0Eá
    """
  b"¹)Ö\x086ûg^±Tkó\x15E{Ã"
  b"îocÅ:½H—†]>^\x17¸GR"
  b"\x06wŸD:­hbggC5gŸ\x12ô"
  b"""
    \x19\x11ÔÿF \x11\n
    ¯d\x01bL@\x12
    """
  b"GÜ`ng\:\x0El?Úr\x17\x18\x06ˆ"
  b"\x13NZ鸺•¸D3ÐPÒ\x1E›^"
  b"aWy\x1E\x162îáÃ\x0EÞ\x00LKUŠ"
  b"t\x01¢®Ú«ºâ_Z$åã¸3?"
  b"w×/¿6zÇž*‹„ÙCÀë•"
  b"ü£í1m¾÷H╔ÁÝê}\x13@6"
  b"…oõê\x10²PȲ];Ð…=y¹"
  b"æk>?S\x08ì\x13\x06xßd²$"
  b"£˜qïÑñá'\x14_\x16?¢²\x14ˆ"
  b"¸­È\x1F¼Ù-Îÿ±r­N2\t;"
  b"½\x1Eëâ+]l\x18\x010-¬ûêÉ›"
  b"├L\x0Emìk╬w^½Ý\x7F ╩âr"
  b"Æ%6ÒX¨Ø­\x1A\x05ë\ré“H—"
  b"±Ï(Þì╔¬5þ\x11®oéª\x13Ø"
  b"\x17Þ™9\eø\x03&^ Ò\x02u&Y9"
  b"3╚ ´*ÏÉ\x18▄íüQ╩ýÇ╣"
  b"@└ó­Ý┴Á¨\tü┴µDų"
  b"C!üvãÄf™àöwÉgéý\n"
  b"E\x04®ÞÊ┌ü┘\x04╦¤Ck╩\x010"
  b"GvOÓ±õ¢0Û\x04¯æÛö]Ø"
  b"R\x18¢^\tj«4tLÕby·:a"
  b"hYåÐù^6ëlßÊv%ã\v»"
  b"""
    tÉç~°┴q_▀µ\rü-³\n
    O
    """
  b"š?\x15·Ù×úƒ\rÝöã\x05*ªô"
  b"£¼ýrm†%ßDB©\x03\x0F:\x18Ë"
  b"""
    º¦'H\x12=½@\n
    (Ò~j\v7i
    """
  b"Ý*i#[+›,æ9_yë:Ð["
  b"ÛØp£mt²q¬È.╔ .b,"
  b"\x15][¶\x10f'\x1F\f¢ƒã\x1FÀb_"
  b"\x1CÀÅÿf¥¤\röðÈêg=/}"
  b">ÍWjGatŠ\x1Fs8\x08š\x0E\x14\t"
  b"G\-\:A§Z®Ø…ÀÓ½u_"
  b"mÏ_ u\x00C\x1Dûì’Y.\x1E\x04"
  b"„%\x01®\x1C@|\x1D}–5Ï\x12\x04"
  b"Ž¸ww\x0EÊ\x08Ë\x17gºøE.\x1D¢"
  b"É.\eÆ\x05Éëôøi;JzÀ6×"
  b"•À“(]‡\{\ó)—Œ\v-3"
  b"ŸÑ¾GH´R\x18Æ[„÷‡o\rš"
  b"╗ßÎ─ÊéÂà²\x19¿Òø▀ì®"
  b"½N¢ìS}Ý\fcý¸‹’IèÃ"
  b"ň½\x08_®P=¸6ۖǦ•n"
  b"╔G╠ÁáüÕv$Ü\x17Ù>»[\e"
  b"Ö«}€6G¬h‡ÖÖE=Ž…"
  b"¶üÌ'»Ó|‗│÷ñÂ+Å\x07s"
  b"\x07\x14O§ˆ€lfˆõál×Y#m"
  b"\x07D7X\x168Qß\x15o©V[\x0E¹Ç"
  b"\f5{4ÆÑŸ%Äy\f ï]à+"
  b"'Ï7´\x7FX@ÜŽ\x12i$ÏõG/"
  b"2=˜²D3\taª´ \x17\x03\x1C½b"
  b"6\x0E\x18©djpx÷> ti`"
  b"Wb.ÊmkRëCF…?Þ|Ã*"
  b"i™d\x07ø\x19‰rÆAÓGß×M‹"
  b"\rÕUWlâ0±¹«¥F_ª"
  b"Šn:k¹sR?úÜ›º\t\x13¥("
  b"ØÌ\®tØxp¶+5ÌSůk"
  b"±w‘Y¸&î*ž”íä:69Å"
  b"©╬┼ÙWE\x1A}╝ìàî{³J¢"
  b"½bvØÓÃW\x11\x0FmkÃôâÒ’"
  b"Â\x17m«Dhêp»\x1E3¥=\x10O"
  b"Õ*èÎsü²ÈfªOµ\x14È│à"
  b"ëIE\røÀM`'u:„\v‹ôÙ"
  b"4Z\x07?™Þ<"ŒFf ᙶ&"
  b"O/ˆ\x08G\x01à–¦Z=ÀRGz\t"
  b"Z‗¿▒ÑûruD$\x00|üï┐å"
  b"vÖGÃ1&\x0Eæ°sÑi”$9/"
  b"y\f|‚\f)©Æ\x1A€Üj%j\x12ê"
  b"ye\rà\x16\x03ê@uCmeü³\x1D»"
  b"z\x07ü¼Ä“&‚H"Ã\x013Fc;"
  b"ïÔA\x17°\x07%Ä^╚Aüm^kã"
  b"Žn_O…f÷\x00ÚCú%œ`Ùî"
  b"Žóv=\r$ãýVr"*©Ü[´"
  b"¤Á%2ÜJÇÚ~;Е·þz\f"
  b"Äñ¶;\x08\x11´tå@hÀe1_"
  b"""
    \fm\x13þ\n
    üYDÍ\x1CuG0$>
    """
  b"ÚldíëŽA~8G7ÿ.«UÆ"
  b"ô(¬3PrÂ\x0FMЫ™­m;\x10"
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"b╠R¿´Õ\x02ØÂ3½-╝kZe"
  b"uî;n«\vzY0žlŠ·*J¼"
  b"y¸çY%£ô6¢Uã·\x06Vóc"
  b"Ÿ—ƒÈÙEYˆ¤¶$\x04lÀŽ¶"
  b"©ï±\x19$Ý7Øðo]ö▀\x01╚b"
  b"Êõ\x7FazDí¼Ø└;¤±ıyE"
  b"ÒùMxõ˜*w\x07¿ô}(Ð@R"
  b"ð¤*I\x18\x19º8\x10”bÌo+2Ç"
  b"$>‹\x11\x16ÞsÉP¥i\rÓSµ"
  b"W\rÜ“3¶\x01Æ@{*u{\Z\x17"
  b"Æ\x16tcùöØ└@«=÷ßËÝL"
  b"ñ\tNNüHÜv24ÁóY{¾ð"
  b"\x15\x03ª╩tüg³ÃdæYÜe#v"
  b"@\x02C\eñ9\x18H[!@Q$9'e"
  b"C\x06hj›0xgcžî\x07+ËuÂ"
  b"âC{ñÉ┴&¹P\vÞJY▒&S"
  b"ƒ6\x1DÉÜO¾O8Z┬5|·:Ý"
  b"¡b7q\x18S‹µ~¿Q•ã!îp"
  b"¢G§ha†_¤\x04â]H\f‘ Ú"
  b"ɘ-ÞéuËXE\eó%Ñ\x19–o"
  b"Îã*™HWnõy¢~àâMÈŽ"
  b"""
    ònÇÎB\n
    èà8\x1C\x02ÈèÇ'\x13
    """
  b"\x11êx‘¦ƒò6®\x1AŠjg\x162{"
  b"\x13SÕƒ÷ù$˜\x0E\x15¹\x13¥í"
  b"\x1F9[ž\x1E;Û×¥À—þ\x18\x05\x1F"
  b"\x1Féó¹ÓÔ ì®I¯■·Ï4d"
  b"$¤ì1/-Í“%ñ?®7˜!"
  b"0~\x7FŸn,Bb\x0E™¼lz±º©"
  b"2·?v»F€{\x17ŒP—#O¥f"
  b"<Ëÿ\x1F^ø(Æß\x0F»▓²╔ÃØ"
  b"Aû+b„ÓäŸï‘¸\x01N†\x07\x1A"
  b"\`═f╚Ò\eKìµ\r¬®\x08w\x13"
  b"]5ýmdº$N¤šB\x14VË=¯"
  b"a¼˜#h#øz[Tzüˆ«"­"
  b"cCþñMé?BŸo?$\x11\x1Eñ"
  b"""
    |ôÀ¿üZÔ\x19\n
    îº\x17ûô\x14é
    """
  b"~øN¢âø©%\x0F\x17Þl\eïq©"
  b"ù──¼æ»õèÝ¡Ñ┤CØ^\x19"
  b"šL÷é/T¥ºM\eŽd‘2‡»"
  b"íJ7ú┌â\}ɧ┴Ç$ª¥/"
  b"«óÌ4½çáˆR[Ã.…§fˆ"
  b"·|\t±;NÚ\tï&`<Y\tä¡"
  b"¹’æ+ Ñ^Auãw_µ\x03$?"
  b"ÀÈX„c7\x14%Ú—U(·'Kø"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"ѯÇhp\x14’/Ž®×ˆõ«i¯"
  b"ê@S\eÒ+<J~ßS\x19Q‘kö"
  b"ýüNüj&╩EDî«%\x05³ò¤"
  b"ïCr9)†¬hË'eÕ\rwBã"
  b"´╚ø÷\x1C+ƒÉ®╠Ý▄ÿm┌Õ"
  b"‗ø\x10^ 2m÷ëÏ\x08?#GsØ"
  b"\x1F­\r²Gð´2yO¨~<Źv"
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b"?m4\f–ä§)£F5¤ˆ¿«÷"
  b"e\x03g\x1D0\x17ËËØ*þæp9tn"
  b"rÍ(Šª>¡r\x05š€¹v‰ç¸"
  b"˜I5¦Ù&‹Ø\x1ASc\x1E¸n:\x19"
  b"£"« ì·▀¥qö\x1D█Jï█x"
  b"­\x18‚Ü\x10ó3KqÐ$\x08c®¿g"
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"\x08¶É║»ÛÝ9¢ó\x11ù\x0Fþ^ò"
  b"'v×=\x16x\x7FžŸ@ïÏ‚£ÞÊ"
  b"Lüªæ°fAı\x16\x0FLiõ┤WÖ"
  b"Mÿ7ý╠T^:kpØçE\x00"
  b"TSò…¿R9ìAhË~\x04@ÉÕ"
  b"e\x04“”\x07ŸˆW)ÇÔª\x1E\x1A"
  b"x#8■É»\rz\x11\x19]"Úæ÷¤"
  b"émÖSÉ?ÆÝ]Ñı''÷îT"
  b"ˆ£Ò°ˆ…Ù ’7ĉ!Ê/\r"
  b"ÅÎqÀK╔jw9(é 0\x18²}"
  b"š\x1Dò\x032ÐTa\x0FDó^&Î͘"
  b"øIJ[ì Ý£Õþv\O\x13o_"
  b"¬¯h\x11NJ¨}‚§×O\x089‹À"
  b"Á‗¦"Lpµ9¦4/sØó8\x1E"
  b"""
    ¸÷\n
    ‹æµ¿)\x04cqÎ@|˜‹
    """
  b"""
    ¥'2;~\n
    4ìoÃØRßJ¡╚
    """
  b"ÆOˆžñ¤3}úëëÀ\x07BÂZ"
  b"ã\x07Ìö«çØï¹ak\fŒãx "
  b"äôqibkÁ\x06†ù¹ÃðSß}"
  b"èµÿ™=\x18\x05ê71í—&K5Æ"
  b"\x17\x03í|*òNÙFo÷R\x01\x10Ø"
  b"\x13{Œ°íÈjÓ\x03ä'\x019$u‚"
  b"\x13ÕÎ╦!\x0FÜæPÅE¹\v~í)"
  b"!üɽŒ§Ü\x1CüzFªÕ$Ψ"
  b"\v»­\x15ìFÏ\x18\x17áu╚­P"
  b"Y¹ã\ttíT╗$¥`\ô\x1D"
  b"u–\e&\x1AH\x19]‡†s‚SÐkÈ"
  b"x\t*\x1E\x08█»2¤\x1CÅê5¥{m"
  b"x jH\x11\x1Ejû3Â3ï\vúÌ"
  b"ƒ'ìS±Y\x17{‰y`›)8e¥"
  b"”R»m.ÜJ¬\NŽ\x0FÞ‚Aj"
  b"¡^’£NoO]M»\x01©)zý0"
  b"ó{\vú\x1FÛÒÄY¦}J>Ø\x12U"
  b"©»Þì\x0E\x0EõK'q[(i«gp"
  b"³g׃Ü>*$ö›àí®Ô\fg"
  b"Òl\x10Ôd¦º®r\x18føÅzŸÏ"
  b"ïXZd£o)¥Ì)NÄíbQÎ"
  b"÷\vh\ˆ0¨x¤ZŒ»ñäÞ\r"
  b"ÿ˜©A­à­e\x0FäŒÿx¶zD"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x06qn6\r‡Á\x08‡i™<DC¤\"
  b" \x11ðU\x1Füwê\x1CZÙEÃ\x02,B"
  b",?‰{Ý„°[Ê:ù¼‹]×À"
  b"- L¦õ\x07\x1C%¥¨\x15\x06"
  b"7ó)Ó~1Ÿ\x17\x18[žM3‰"
  b"ZFÿq:û¥Z}Ã(\x7FÓ'þI"
  b"aÉ<©\òd£`A\ \x1F‡D¹"
  b"f@:µ\x1F\x1F׆¯kÖ\v%Ó0_"
  b"r¿v\x1A„©¡Îâ¥t˜Ý\x06\x7F©"
  b"…>ÒZ¬×S‘n´4FÕÞZg"
  b"ÅÊ:└lWÆ(¬m\rƒÔ\x1Dcf"
  b"¸Ãyø¹Ô™\tl߆+·—G\x06"
  b"Ë_H'°Ü)!…üsdÝýA¬"
  b"êÖDÑœh<ƾ?få!AåA"
  b"íb öÏ”!\1‰+ÍU°'Ö"
  b"òJ>À*ÎêŽ\x08ê6)IöÊ5"
  b"ú£âS\x16LʃÓZ\x1DpEðŽž"
  b"û¶«œ\r+«t†6¼n\x14Ƥ|"
  b"\x06\x15Ð%!»+õæu\x00®ì¨\│"
  b"\x085ûNÇ'A\f\x07WZìÞ[·@"
  b"2ˆK \x7F£Ü7‰é\x16Ñþ\x04Ñ'"
  b"6ÑJæ\x18fN¾È2 $ó¶q/"
  b"?Ålû“÷0˜—½_ Þrz\r"
  b"QQEÙ—Î<¸\x10áßëÖº8ö"
  b"^╚ÁhA°¬Ï├,SÒÉ}▄."
  b"n™Ãk•\x08ª•*€ãÖ±‘³e"
  b"n¥!¨\x00çÄ'qÁ0%Ç\rØû"
  b"€¡m˜ÿÐÊŠËsv?\x06\x04"
  b"‰?K\vš \x19+I0M\x05ñ pŸ"
  b"•ûJ¶Š@»×¶S\x02¥øº"J"
  b"ª─W═¼ÅpxSþ;³¾Q╔÷"
  b"ºù¦Fç\x14\x19¾\x17\x1DØ8d3 "
  b"¬Ì\x0E\fØıG\x0Fò\x06Ô┤─#"
  b"▓Ñ\x08)─5FHZ■9ÓFÉÅß"
  b"©r▀[oU\x18\x16èQæ|F4År"
  b"ÐYÏz† N^A_k\x1A\x17mL\x1A"
  b"à\x15¦©»Bzó›\x12Ož™%ÍÃ"
  b"߶äfµ{_ã¥│ت¥\3ò"
  b"ߨDeB¢üg▄░─\x16\x18ò)n"
  b"Òk\x036ÅïL»O0é\vøùÇt"
  b"úã-Ü– ºV]$)èp—|4"
  b"""
    \x01†þ‘\x7F¨BZMuYÚY\n
    \x10¼
    """
  b"""
    \x03\n
    %°äô\x1Dì\e]\x14(▒û8\x14
    """
  b"\x04\x10ªkDt°§Al”²\x14˜\x10"
  b"\x04DkjÜÊ¿¤¾/¨${\x14\x10*"
  b"\x16^C+­íü\x1F¨g3‹ˆ—u’"
  b"*l½D\x0FÝÑ™\x00¨Ísdx"2"
  b"0}Ùªôó‚ÓÞ†¡(e³°\x7F"
  b"H\x0E\x04îá™JÎìcåFJI"
  b"IÁ^ϸI.»i¦pí’å·i"
  b"L¿\x13c=¸\taÈ?2 g5µ€"
  b"""
    k\n
    >\x06x×ÅÚ½\x7F\x16\x16®%8U
    """
  b"}\x08¯ÛY2\r×\x07\+Ì,ä½¹"
  b"ç\x01©kø\x14?┼¢Ì¯j\x00]ìá"
  b"“%Î\x1F»à€2“lý~\x1Aá›Ð"
  b"“~>¼'AþØ=¢õµP ÿ\x16"
  b"øºìD\fú¥~═,╦░\x16%&│"
  b"×J│a▄\x19:\x11é\x11ı'\Ê\eü"
  b"""
    £Éƒ,É'SÆ\n
    «ŠŽL\x07
    """
  b"Íh[óV«;ÑŦËhN“Ñå"
  b"Р™G\x127ËöXK†F\—\x18\x07"
  b"×Soï‰tJ¯\x01¿ƒ,<Æ"­"
  b"""
    êb½¤\x1F\t\x02h\n
    MŠ®‰\x7Fa-
    """
  b"î×®á)¸«nð([%±\x02"
  b"ïÄdàláîóÝÈʯ×fLh"
  b"ø\x15\x07_Ú}kbŽ\x06Ã0\x7F"
  b"ú¢-¡*j§l`î[ÆLª\x17¡"
  b"\x0Fç¸}zKÛ²Ø░cõc¢®\x19"
  b"\x1C&ƒâ\x07R!­BL{n25.\x11"
  b"\x1FÍ\x14\x01µ‚î\x00\x04\x19\x11,"
  b""üoyÆ£Èi…!Þ@qµø\x12"
  b"#Éh>´¸▓òTÀÂ\x17ù/\&"
  b"#¬~ÇÆÂÎqtŒ‚SbV+/"
  b",ı²¼øΠP╔)bF\x03É\x1EÝ"
  b"-ì‡4(Ó¨ž‡+òQElÑï"
  b":L%å\x1Co%‡·O!üFŽ-°"
  b">]5\x00\tVòlœD:üv\x06|+"
  b"ü~eY¹d6\x1C█Lï░á£ÇY"
  b"‘e\x15\x1D¿\x1A[‡\x0EÓF]ƒ3‰L"
  b"–`§Ù\x10úÒ™¯ænÉ_\x7F"
  b"–³i*—\x17ð-Y­ŸÔ=\x19C‚"
  b"¾Åªû‚ØB\x15\x1C“ùá\x06\‚\x0E"
  b"ƦšU˜¹§­ (g“6l=F"
  b"βÿÖ¶Z"ÎûáÀT\x12\x01ê"
  b"Ôuªœ\€Ñõ\x13ÿ[þU¶|Ö"
  b"Øõ\x0F9h÷\x1E‡Åòó\x1A\ëÎu"
  b"ã)ëV\x0F¹n\x04û`\x12e ÿQÛ"
  b"õ`mtÇ3ì[íö▀°Ñj¼÷"
  b"÷Îëo▓p\x12(óCßìü±zÂ"
  b"ûzë\x17Ý¿g2ˆi’~MŽ¡®"
  b"\x076g°\x1C냪1 R½<•ŒH"
  b"\x1Cm\x01ÚTÇÕ\x19‹[ÛãòOR‹"
  b"%C»w<îÒåJ \x05†£A@9"
  b"?=ö‡\x13Í1ñd`ì³k­ÉÓ"
  b"A\x12àe[6‹èŒæ§Íx~ª\x17"
  b"a\x1F\x12y’ræ“\e#ýMÕd"
  b"b\x14Þ—KÆg°F\x7F\x12\x18½C\x04W"
  b"cVpÛ░~Ð6q\x11═Üü±lı"
  b"m=ÒZñ"Æ'±zØ‹\x12lä%"
  b"p\x11\x16º║1Ir╣Ù6ÛØÕwî"
  b"rËâÜ{[Û¶–l$yÙ²'r"
  b"{£/$\x15┴ÂòÙ\x14ØÂ4ıgA"
  b"}ÎÈë\x06j8‘[0aUż…S"
  b"…q®Pö\x16èíOú¡TAÚ$j"
  b"ž+—€-\x18rR^"ó—Úc\x11­"
  b"""
    ¤µ½jéº\x0EÙU¦í\n
    \tF
    """
  b"¶§ð”6?£ÍVg\x10òòN\x00­"
  b"║ýwãÅ┤Y▒%\x15ê+à¿ãw"
  b"×…e²ð\x19ŽÁÓ‚|.8\x1D4"
  b"ã,63ëþ·Y©‘\x18ð\x1F©ZÂ"
  b"‗^/6ú©ê\ru═`Ø\x04äAg"
  b"‗gwuÞ│b1\et\x02*îØÀ\r"
  b"þfW>Áu"&§Æ9­»—ÍÒ"
  b"\x03L\x02U«t5ãû¢ñQ¤.dÛ"
  b"\x0E\x10\x1C&\x0F\x03Á\x06û‘f&\x1Eýt–"
  b"\x11k\fDfü˜\x03Ì—Ý\x1D郩’"
  b"\x12É{MNí^¤\x14ß?¹>˘\x1E"
  b"\x16Ðõ\x1EBäòÒ¥ù^>\x7F‚T…"
  b"\x1Aç²qÖ\x03°­Ù├è\r¾ì\x06}"
  b"\e\x7F"#繇ƒwD¸\x18íîæ\x04"
  b"!▓è│É╔pá\x0E§UÚ£ï+\x14"
  b"%Ódìá²ýeÛÍì¿■ 08"
  b"+4€œÅ\x0Eê-Rê—ê™:ùÿ"
  b"""
    0öwµd\n
    è€{cûRI–0×
    """
  b"\x1C\x0Fßi|!üù9\x02\x1F'"
  b"\x15+@À™‰Âdˆþ|Ùüs"
  b"D\x0EÉ\x1E©Œf\x08(û¶¾œ½{ü"
  b"N/H¬ \x15}>\rZ\x025\x01ã®\x0E"
  b"W¥©É®C)¢\x11╩4╔\x1F┬Eÿ"
  b"ZÇ'ö½²Xw\x0E\x1Eæ2‡*"
  b"\µÌþÎ\vØóÃ╩ò¢ù´\x0E~"
  b"""
    hÿ\x08\x13þÃ\x1E╦¾ØbÓ\n
    
    """
  b"~82ÄxÚå\x1C\x14¦ã\x00ß6Q©"
  b"¢Ï‚øÏ9ùÏ5\x01!ƒ/uÒÌ"
  b"ñ*¦¹!VÅ¢A0Vg\x07\rÂÒ"
  b"¤P\x07DÖØÊ\x05ëÜ\x13y“±ž?"
  b"°ó"q£²}¾\x008sô\x7F\x03\x14"
  b"Ó1±·/GÖþƒóûwÖ½\å"
  b"ÖïÆðˆ¢Ä͈¡\x14Óši—-"
  b"""
    ┘Eè¹▄└\x02\x10\x16\n
    \tqFì/"
    """
  b"""
    §\f1ài<‗g[\n
    å╬┤Ë\x12É
    """
  b"÷\x17▓'ÛıÅþ]É┌jBé§┤"
  b"ü>\x18÷8îêûï\x1Fv-2—‘ì"
  b"\x03ÀÈ\x7F\x0FÚÓøY½╩°ÉÝ"
  b"\fá‰\x16X\fx¨d®\x06o\x1E÷Š¼"
  b" F<rÁ‡’·i,lj¢´—±"
  b"\v\x06\x1DC!¸Z\x12„»™"
  b")Ùñç+▀êÉ\x18«÷╚ql■ï"
  b"8…3'ÌóÅû\x06ØN.ª“\x19õ"
  b";™5ã€\e®%=™Š”ĸ k"
  b"Ck¡Ø»¥JÆ­¤¬\x19Ký0÷"
  b"J©¹\x15L*ð#\v\x12D^)=¦›"
  b"\r!\x1Fæ'W<!í_ÓÇ!\x10"
  b"PEÎ\x1Du*6\x13–ÀW¦áœ ÷"
  b"\x0E®WH«›%F^U–üzy"
  b"Røm¦Æ€W³4f^P…)˺"
  b"""
    \x10\n
    ø®\euuC\x14\x05êwÆ>+
    """
  b"¡jb™“i £¾~„¨’Û™þ"
  b"½}{¥¶¢m+Ó¹©»\x1E8)o"
  b"Üfà5rm©ÄŽ\²ØÑSÚ¡"
  b"áÍÊý\x05º\x12¡}¶¼¹\x1C\x07®«"
  b"â߃04™3õ¢ºL\x1D#)SÙ"
  b"ûDŽkÌ']\x02IyØù\x7Fâýì"
  b"\x00ô¡þ£ZF•\x02j\x1CŸ?²d`"
  b"\x0Fãc1“uŽb\_½ëÝ<Ò€"
  b"\eæY«\x12¼Ž`S<0œ‚{WÔ"
  b"#ÜjXõ0Ïj\x1EÇï\x04G=œ"
  b"';dÑáþÏÖÀz"{š›•\x02"
  b"20¶µ?³/ïù°¤±\x13bDÀ"
  b">ìîü×4\x10*ÑâÇ8ÒnåÍ"
  b"\x1F\sØíÃ![Ö«Ü\x7FZk"
  b"L\f\x12^€`ÊÈüÜêWŒÁ=î"
  b"\x1F\x19tü?ó\x1Dç\e`³‡˜®"
  b"c%¥ãæðÌÙP,³zøѸ\x02"
  b"p´H\x1DÌÐ)/┤æay¸ì®\x1E"
  b"†Ž¦Í½L¾¯Ê!'¸á:\x074"
  b"‰l”\x1E\t»¢üófȆ\v\x06ý‡"
  b"‹¬—µ9\x14žÊ\v\x11v¼¥‘Ó\x0E"
  b"ÅñuÐïe│ñsI¿Sh\x0F\x19"
  b"˜Mø¸\x1D/\r!䥟*ôË\r2"
  b"°ä©7\v\x13\x16Ûx\vë\x1F,:‡‘"
  b"·@P>D²›Í1\x03\x1D«¹ã\d"
  b"\x07~÷v+Y,èlºoèüɽ"
  b"Äû$\x0E‚°é1€\x02.f­¼äÓ"
  b"╦¿òƒz\x19\x1F{░\x16UÖÉæ<\x0E"
  b"Í\x00å\x02\n\x18Â\7&u\x14X´Ãµ"
  b"ÑÑXúkêêÆ\x03ïÛ\x7F˜\x1A\v\x1F"
  b"ë°\x18†A!§\x01|”º¤paÁœ"
  b"øéÆ÷ènaŸ¿\x7Fû”´\x1Eã¸"
  b"\x01tK•?L&\x10[\x03{¤€ÏÂÂ"
  b"\x06\x10ü¶J\x16ÁQ▒\x15\x0F¹Üz├b"
  b"\rÒ7´Ài “½l˜ó\x16þvŠ"
  b"\x0F\x12 /\x01\fì\x11û©Ë¨Í°="
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x1FÃËý'ß4—"ûô4Ìíe¢"
  b""+k»©á§=dÖ÷\r*u·ü"
  b"""
    "ÿß1\x15\fÓ\fi\n
    Ö·ˆ\f¨F
    """
  b"(Áú°ŠN&.þvX"úJ‚‚"
  b"\x12ÏÉ@\x06\,\reªI±ô¾"
  b"^™àòfC_(o;pÉ`;n­"
  b"aycaÑR–>ZÛQö%&\x1AS"
  b"f]7H(—êC•I~ÿ©ØËÉ"
  b"lDÉ\x19K0¯²ˆ\x07Z3ÞÝ‚%"
  b"""
    âɯÅL=Âí├\n
    J│ Þ┐L
    """
  b"†Ÿ9ì¡"ÆÁ-\x1A#šÊ#¶w"
  b"†ªÆõ\x07¨­XÚ˜û\x00`\x03"
  b"É3X┬░4cÁ¾ÞØ\x18CJ╗×"
  b"\x19\x02‘³~N¨\x1A®fƳ¤\™"
  b"žRgG)ªm¼ Ðy\x07…3²w"
  b"­p‡( Å\x15î$\x02u“EL\x04y"
  b"°\x15s&¢½ÈB°²\x14\x04TõU–"
  b"¹ˆìñÐ)O2Ëuv†€ÊJÈ"
  b"»¥Š\x03\x0E/\x1Aë;%BçÓ\x16"
  b"Æ6¤\x1FF†Y⮾\x02ƒ\x17\x13eD"
  b"""
    ╔x\x13ì\x06E\n
    \x12Ö┬\x02,ëyÜ¥
    """
  b"ØNø98E\x14«^%ó³‘Ûòß"
  b"ظ¹©ücÀ–\x13|>n·“G4"
  b"Û¨#Õ¦æ#œ5Ô\x1EX¬:)9"
  b"Ô¢ ÃÌÑ´\x16Û\f\x04ñÉ:«ø"
  b"ÞkãÎ▀\vüP\x0Ee┴¢8´ss"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"òU\x02ê6gpQœb$ò¡\x14"
  b"õ„c~XC\x11a/s\x04DN?\x18C"
  b" c░Ê®Ùb}Uü┤┬p\fO╝"
  b"\x01æ4šµ¥Ñ½k–÷æ\x166-¿"
  b"\x03Ç\x10}duå+Àï1\x06\x7F\x06"
  b"\x07Z¯Û~Qè:í¿ÃfÇ\x16"
  b"""
    \x08d’\x1E˜\n
    \x12?àÈ×Â?#'ª
    """
  b"\x1F╗^ü*d¢ôÙ'7EU¿ÅW"
  b"$’V´þ§vßþK/Ñ\f\x02\x18\x04"
  b".Ø@Ðñ„„W\x1AEͽ^\x18m‘"
  b"/³ä\x06\¿ªI\x1F\x0F:3®-«Ö"
  b"""
    4´ð\x1F\n
    Ä\x7F‘–ƒà`<:\x01+
    """
  b"8\x12 \x17\x16¹Q\x1DÈþc\x19\x14¶z{"
  b"9L‗küGqN═ôó║>b9ü"
  b";«u†èÏKÄü¬†›¡?Æë"
  b"A\x14\sN~\x10-¯Ìþ!^ê«Æ"
  b"B¸þíõ1Ù³ï¨Gˆ[XZå"
  b"C <?|®ØC§\x05^â|·\x10y"
  b"D\x1A╩░ï8à¦^îP{ëÅîë"
  b"K2­”FMhšIà¡d\f;È6"
  b"N–:\x7F\x01ªAñ—@zÜû¨¶Þ"
  b"OÊVÇ'ß×'£ÞÝE\x00OB5"
  b"U<OœP\x06èLV»+áî\v¥È"
  b"cB<²É$ÛCÒÏÕkKCãÃ"
  b"d6=4½1¢Fù­RR,áÝM"
  b"eÏ(“¯\x18\x06\x172\x07\x04 \x04|P±"
  b"kðí\x1C\x06Ó©└â±Ke0ØI"
  b"l÷ýè\x19FO@þOÁ\x1Dàc&5"
  b"y$ÖiÀAiû×ÿ:Ú\x16Âê-"
  b"î+²5¾¬¶\eâº\x12=ؾ\x04À"
  b"Å"‗\x1E\x17É×P¿%zv'\x17\x10¡"
  b"“ü:‘û拹È\x1D\x14\f‚CšH"
  b"ž¬\x1EÛCi-Tîm`æ\x00‰â^"
  b"©H]›`\x0F°.¬\t©Ç|`ÆÞ"
  b"ªç…Ýa\x00X’3›œ×¾\x16\x06\x03"
  b"®÷ÓóV=×ÓYÀ–DgÊáý"
  b"¶õæyÏ\v¿\x18\x01IoŠï^üh"
  b"¸f¦so‚¢¸\rp, Ì+mL"
  b"¸×ƒÃDÌ\x1E¨!É„a(ÛÍ€"
  b"À­¸Þm|\x14ø\vU|”£\x07‰|"
  b"├┬▒Á¡█ý¡Q$¾DzvÅà"
  b"Å=âF\x1D‚‹\x04”Óe@ƒ†\x14"
  b"Î%W¤Š&{\v\x13}Á­\x13Pê„"
  b"Û«‹î†äÅõìUz^þzÑè"
  b"ß\x19qïñw\x06AWL\x11øÖ¡YÅ"
  b"ë½\x15ýÓÝ×K|\x12~O#âX‚"
  b"±\x13TìU½(\x10OT5Ô£_wõ"
  b"¶®¶\x01ì_\x0E~Æh~u|k┼W"
  b"§▓yáÅ\x08)ð¸o)6÷zë"
  b"""
    \n
    ┴o╩Ù▓JìL\x15§ûµ¥ùÑ
    """
  b"\r\nëwÈ2”ƒ\x00gŽ. \f\ež"
  b"\rÂ3Ÿ§¼®0]\x1E,\eS‡dŸ"
  b"""
    \x0Eô”5g_¡÷»\n
    „×ÕŠ`¸
    """
  b"\x13¶Œãï‹\x1FM—¸±… øC€"
  b"\x14©ÒâÛERÁ¥JÛ<¨ø~Ý"
  b"""
    \x16└T┌H▓ªª#ì\x02\n
    ðfͶ
    """
  b"\x18p—s\x17Æ}Ι4¨—\x11ì\x033"
  b"!ÛÉû%\x1D»\x06~l¯3Š&gí"
  b"+Â{ž\x16ÞJO†‚\eŠà3¬ú"
  b"""
    .È‹\n
    \x08dx¿D%ß^ÞÄ\x10 
    """
  b"/€ºê¡Ÿ7G-•7\x16k´ Ï"
  b"5lÒ°µ)ßÐÄzØ®ã■î{"
  b"6}\x13"Xó³ƒN\x06iü¨çV╝"
  b"<o1ô`$9S3╚É=FéBo"
  b"C§<\x0FÍ#ü÷\x13°Ìæý$\x12ç"
  b"\vñY¼}c\x07ˇ¼ã.ѹ"
  b"UìÈ»{┼\x12U\x14├~7■▄[S"
  b"a3ºãÖ‹\x1DB\x1Eõ¨\x00¶*?_"
  b"bÅ╦\x08Aëá)>]┌┴v║┌│"
  b"d5.avµæ·TÛläà[\rÇ"
  b"i\tÁÐѲÌçÃÌXG\x03nzé"
  b"{ÕJ\x13æ A*q£\x0EÜì²®¼"
  b"""
    üV[©│Ax│╝HhÙ\n
    ì¾±
    """
  b"à?ı▄±0\x11ã¬\x1D╗¨à0┤ü"
  b"ˆ´eäÞT‡“uSÿz—\x18µã"
  b"îY╝°Oê\x00\x13\x1F:\x16ãÉ■"
  b"ø*Cø`âQØú;\x19\f¤┌TÁ"
  b"›o/9ÆÁÛÈgnmÿ§\e¹¥"
  b"ØÇW\t\pØ<¦YÈ\x17\x15ßA&"
  b"á(Âû¦~ã@TwÏKÀt.Ø"
  b"¤üÙj¾HžFV£ù©]=n‡"
  b"°2LÇ[;ÔµA©¿fL±‹Ú"
  b"¿ð\x03DËÈ\tà¤,ÃÀò`O«"
  b"ãÑ\vnC¯t\x0E»┤~þÖ■Øõ"
  b"Èá\x08é@2ç\ròÙš\x10\x1E¿"
  b"""
    ÎKÂkÏëÞ\n
    ]5¦Ø\e\x06rj
    """
  b"×eXj\e›¶TOx±üKzý!"
  b"█¾╬S\ÃÜ­5\x1CʦxüV "
  b"▀mÀ¦z¾\x19ÅÍ╦éæÛ>Õ\x7F"
  b"à\x03Pîpü_+:š¼\x06:b_!"
  b"äó\x1Dä5\x0FŶÄ\x13Ô\x05“#*\x16"
  b"êïZDÓp¤ÿþ*C6\x05vÂŒ"
  b"\x00ëñ\fÖ5\x11{ܼرÅ1¬¨"
  b"\x01/gCÅ│­éè_ÿ\x19öK Ê"
  b"\x0FB;G\x14噶3DÎü\e²ãZ"
  b"&\x18œºE\x07ÎnÅaÒ#,ûç³"
  b"(´-–¢j™¸á”d’\x10]Kb"
  b",xÿ¥Å4‡š°V\x14\vc«V\x0E"
  b"7ÿF¯xRòØ9z\x08&°W\x03Ã"
  b":%õ&}yÊÍðüå°f<7 "
  b"""
    :ž2I«_\n
    P\n
    ÚiêÅ×Ij
    """
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"@/æ\x17HñG$æê±\x05ÜH”Ž"
  b"I†Œ>{ݸÍ\x1E¢4Pµ¥Üß"
  b"Lýñ¾U¥ÀØ\x0E\fzö*A{"
  b"NcL®—RrC .îs**\x18w"
  b"\rô\x1E\x17X¦ç\«¥i“\x18X"
  b"""
    P\n
    *jž\x02쵺­pòKi£ï
    """
  b"R5ìÁÆ¥PhRŽˆÓ„PDž"
  b"pÿ¬Äm3¶ª®\x1FE¯IsûI"
  b"up£ÀoÌã^ŠáâWŸ\x05a["
  b"vZTdæ¯(½š ú˜îHÐÕ"
  b"""
    y\x1E\n
    Œ7ÝÁwý¦\x0F\x15¸t\x17¼
    """
  b"\x7F«Ý¡o\r)0ŸN\x03Ä=òšç"
  b"üDO\x15\x06å┬¡\x0F:■\x05;»^╔"
  b"ƒ˜ÜÅ\x1E\x00 ÑOî…Òßx"
  b"ƒÁ½¤´\x0Fž²\x1C§8¡¡S\x0F\x17"
  b"\f&CÑV\x1Fõ±ÚJ\Ì\x10Þœ"
  b"Å▀å Ëg¯åE1o£rÏ\x0E\r"
  b"ñ─§Z\x0E\x12¯¼l┴wÆìq\x07<"
  b"§Üþ\x18â*\n\x00?\ür1±"
  b"©ÛZYÍw:rzŽØ¯:q°è"
  b"«\x00{‘\x16Ç>Q§îñ\x00Ðû›,"
  b"°ÀK0\x1FK2´§p™F§¢/\x02"
  b"¹Q]Fÿ¾çVYZe”ئ\x14Ã"
  b"¾]œGf\x06´ªjN8¾ýˆÐÛ"
  b"¿9…æšqÀK©\tNKË›<\x15"
  b"Âdî“U³Ãó\x11­\x1FG¶f+#"
  b"─‗ü░ü\x1AÎ\x12\x05Ó\x1Ej-\x19\x7FP"
  b"ÕËbº^æÇ™¿\r\x00¼~ÌäŠ"
  b"Ùmð¡U­‚ï;jß²GNÞ\r"
  b"Ü‚\x06âõxUµP¬ËÍl\x06WH"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"ã>\vÔ˜\v¤p)¢Œ¯bJõ|"
  b"èÄŸhõ.ãk&¦syæ‘\x03Š"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"ùwnS\e\tKN\x07mì˜JEæÎ"
  b"ü¦oj²øyAêÎh\x07=×W\x14"
  b"ýÂÓ~á¡«X\x07P>ú\x11ÌÕ_"
  b"þCÜí\x01Ìañ\x13\x06øŒí\x10Ž7"
  b"\x02\x11²¢Øð)…ÿ:ah‡\x14"
  b"\x03aO\x16nªëëmÔ9e?¸!f"
  b"\x04X›\x0Fy\x06û ål®‚Ì<Šò"
  b"\x06\x0EgL\x11J«“H\em\x02=\x15–6"
  b"\x06\x10\x08ô¨ÚüMO8÷8s‘\x03\x03"
  b"\x07o\eÂÛÉôÛÄ\x12BÓÁªP\x1E"
  b"\x08\fWB┐┘Æ┘¼nò)R├oü"
  b"\x08└hÛ1nü\f`\x1CòzÒø\x17×"
  b"\x08õÚéªÉ*jg\x14¨{ãûÊw"
  b"\t_CûçÁ÷½Rº•­ìp³\x1D"
  b"\tå║´æ7Üãg3»Îìá3V"
  b"\tï:Úš¥ýs€ä#Í(4Äî"
  b"""
    \x0E\x17ù╚k*Ù\n
    \x0F┴É ÒDÕ
    """
  b"\x109‡yÃZCQ@Æäô¢¢ú "
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x12ñœÀ\x19ã¸ç¥\x1CÚt"X÷â"
  b"\x13~S!—©Üè\x07¶a¹ß\x0Eh‹"
  b"\x15òV\x1AûåjÉBN═kÁ2Y]"
  b"\x17w<ôeH\x06¼ÔI\rW®„Kp"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b"\e\x10£\x19Ø¢o═▀±┬;º`4"
  b"\x1E\x17)P¡½ü\x17B▒¥ÈP\x01|R"
  b"\x1EHó”[f€†ó@᪆`¶ù"
  b"\x1F–¶cxØ/z»\v`¢INãŠ"
  b"!“ÅŸÄ\x1Ed¾Ù¨Ø©œ è\x15"
  b"""
    #aOñrìÛÊ╔▀TíÙw\n
    ê
    """
  b"$\esyKì‡Ñ\x0EƒQgÒ\x16Ó×"
  b"""
    '▒èa╝+\n
    cu§üW§:\x10|
    """
  b"(ÿ\v¿—ð\x14ܶH{õ\x1Fñ\x1Au"
  b"*üV{°¸æÉävÕÂP²¶´"
  b"-├é;¡┴}Ég`\x08YC\x1F\eý"
  b"3>”¾à@l?¸Ð\x02T)âãÆ"
  b"4^ÿGÄÆüÄ▀Õ║SÍ,┤£"
  b"5ó•\x1D\x13'ƒ#ƒ{åRe‹\x1AÐ"
  b"8\f¸Â\x04íÚÌ×oOlå\x03¯>"
  b"8ïd1‡B7çM»‹H¶ÿKT"
  b"""
    9Nô\fwîÐ\n
    J\x05n\x15"sî\x1F
    """
  b"=1g┐_¦©▓á╩╝è²ÉZ·"
  b">4ªOѵyvNïÅÞʼ0ï"
  b"BsgŽ%á\x01bupÿ1\x01‰Ç@"
  b"D+2TË" ßáå¿\x15¾ñlB"
  b"EÖµ<\x18]7\x02“u\x06[\x1C\x0FÒ~"
  b"F\fü¼k‹È\vâ\x06\‡?™—"
  b"JW줤®¥2ä+ßÇ‗╝Fí"
  b"LðÀ\rô@YxÂàjÜž\x108e"
  b"""
    MTÛÅwþ„\x04-w…ö]ž\n
    a
    """
  b"N\fÅ┴í|¹×\x05Qb_─‗\x13 "
  b"P;Ö\x1CICa\x14Ç!─óïÚ░ü"
  b"Qéä~Ý=?ê\x043¹“&GNP"
  b"T\fAØ.\e\x04èZàgu<êäè"
  b"UzF¿ˆ¾R»aX¤§\x05aþ«"
  b"]\x1D‚BTXµóð†,úúæ¬\x1C"
  b"\x14_\eM¦õüåÀ¾é\x18È╦"
  b"fpQ\x1D,ü²*ÆúQ\x19┐-ÉÀ"
  b"g¸ÿ \x17RØ5Y¶«\x00§‚q."
  b"hq®s¹…Ûêv\x1A»»æ\x1AØ%"
  b"m‹1è2L=há‘Ùv˜­«\x1A"
  b"mÕËõFqÆìq¸&´\x08è3ê"
  b"tl\x1AõÜ]!ï‡v\x1D€¦\x02Áµ"
  b"yøûr’ie\x1A\x130\x0E\x1F\x14·4×"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"}°aLQ/ÇYo\x01Ýl\x193Åæ"
  b"~Š’Ï7Y\x15\rÕ“6f\vz@¶"
  b"~ÓFHÄ3ø¶Î_QÙ\x1DAÚ§"
  b"\x7F#±Ñ\x05\x04pãÒgáËtüÎ_"
  b"ÇÖÆ\x7Fü\x17«Cî┌\v\e\x06d│ô"
  b"…>Si?ÌW·ßüôJ™@¿Â"
  b"å\x17eÐ-2╗¼(ÿJ\x10§Éu\x18"
  b"""
    \n
    \t/xš–\x1A\x08—X]±¤±ã
    """
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"‰á“®%\x1AÇX8\x01?2Hëzª"
  b"ÄcÉöX┼¦\x1D\x11\x16\x14³³\tÃ"
  b"Å\x0EX©\xδc‗A└\x06┘¥ø"
  b"‘Ó_F_"x²°/Gg1hU""
  b"–Ÿ‹L­ë[¿ï¨\x14¾\x18¦hæ"
  b"šˆ\x1A»¤Jχ6Í\x10¯uŠ»Y"
  b"šñ–Œt;ÿ\x0F=›\x12bnGè\x14"
  b"ž:|b1Ò)xu°QÏÊ­œ)"
  b"žjÔˆ\x06ÊIëÜŒŽ ±\x13ðn"
  b" +-sY¡ž•\x15\x16…Éy"\x01à"
  b" |¶ØâsÛÇuû\x08æ߉?f"
  b"¡7\x18'\x13ã2™\x06˜‹œrˆÔ^"
  b"¡‹@j\x17ô\e\x11€_~Lú}Í5"
  b"óä▓$ÓÉÓYy\┬©\x0Eıs\x1F"
  b"º\x07\r\x1F\rÈØ░Ê\x13║r├z"
  b"©æñ\x0F<\x1F»¬Vì¶[Þ\x1F"
  b"ª=EüS=Ü](vúà׎\x1Eÿ"
  b"«\x1DËò\f\x18\x03'¦Çô©¬<"
  b"¯ÖÝl\x1D‚›¹™\váîæiÄ\r"
  b"´´»Ô¾s3qüFû»¢…Gq"
  b"µY2_- \x1A«å³º´¶…\x17¯"
  b"¸›¢\x1E•Ó;>èˆ%#>m¬S"
  b"½@uæ–_†\x00Ga$F¥ÿû»"
  b"½ÐkW¦\x0Fºë@;#­Cs^ô"
  b"¾[\x06<¸`Œ…\ålÄÚä\x10Ö"
  b"¿Y\\x0FC½F5\x1AÀ±~š¶ÆI"
  b"À/Æ¥\x01¨à¿e\x00Ã…MRQå"
  b"ÁJ­¶ÉA·Ë”Õn\x1E-eý#"
  b"ÂÞvp\x03…Τ\x18ÀcY\x11ÜT¯"
  b"Î{ì\x1CI\x04ŒA\x02œ»£Ê%_j"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"""
    ц,=¸IÖ¢\n
    Ý\x15˜|\f¬a
    """
  b"""
    Ò±‰\n
    \x04¢Š¥ª‰oúq…ŸD
    """
  b"ÊÒ^fkı\x15/╦}â¹Tìh┘"
  b"ı\x18\vj╝5CHÙå­È!ìòÂ"
  b"έÚX£üb¶'\x1A\x04*éûÁS"
  b"Úœ£\x12¿qÞà±Ïq‘Z–\x07Ú"
  b"ÜK‡óŠÀáÛÇì™9”£Ï½"
  b"Þ9­\x144FÀã³z‡¶„ñ\x11Ä"
  b"àŸ¦M\x1D\x15`-’ßsl§Ã U"
  b"""
    ã#㚆¥s€«ßÁZ!×\n
    \x11
    """
  b"äÜ•#SË¿ê<³´˜\x14™®ˆ"
  b"åÜ~Q‰>˜ÛÂ\x07|I9\x1D\fj"
  b"è$\x03+£éŒù®î\rU¥£]Ô"
  b"ê©`3õ\rDõH‘M”Çê³\v"
  b"ï=è³[+Ô»?\x1A~?‘\x06Ï{"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"õ·›Ì¿ØªV\x1F¹LÉUš½\x11"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"■qªÚ┴┼ÅöƯ▄MÅ¡è═"
  b"\x02\x1D ¶`Æ#»─Å\x03\x1Dµ\x1Cì)"
  b"\x02¶?&äfˆØG…Ù8;sêg"
  b"\x03CÁÂßg!Ýr¬|ó—_3n"
  b"\x04ˆ®ËÓ–I<n\x10\x00W8\x02"
  b"\x08ÎÜ#>ù\x056rE׉hÄžß"
  b"\tU¬ÌOÜ7R³PØ4©è3K"
  b"""
    \n
    qì=VNèþŠxH\x04ï™h5
    """
  b"\f7\x03ÆŽõd–\x00™ßR]g͉"
  b"\x11\x1F\x12ìå­f²_ìKÙdäj+"
  b"\x18\x1A\x08½║ÕxêA\x12"
  b"\e\x18Ez4ŸµÑ’Oú>¤ÏÒ©"
  b"\e<*Þ¬}4‰%SÝLc\x1EÓ“"
  b"\x1Cƒa╔¬ô║üæ­ÚÅ╔ã░v"
  b"\x1D\x04à\x04ÑmJ—¡½mØoí"
  b"\x1F\x07\e0-\tHy§­├Ptþü"
  b""!^„\x0Eë©á4_5fÎj@Ð"
  b"#&V=à&g:ãpó½6õÑ&"
  b"$ÑC\x16§øûwó\x03bù˜ç<g"
  b",╣èÐå\x04çØÊ\x1Ej\e\\x17êØ"
  b"0▓¯J▀k`³ç"Íر+m─"
  b"6–ÓÀ\x0E~\x1D\fÄ(¥"re0\x14"
  b"<“Fâ\x1CÅ6KÉ8ã‡{a¥·"
  b"@\x04…Ï¡†Ã\x15Ôå\rSO¼mk"
  b"A\x10¬7ı╦·╝╚╣´É\x15EfO"
  b"Dƒ`DYåè+‰\rMñ"\x04"
  b"DÓʲÌ\x07P\x14À"›Ø\x1FH«‚"
  b"HB¬—\x04˜\x05x©¡ð.ÍFË"
  b"JJ¿X9W╗ºçÁ┤\x10é@\x1AØ"
  b"KAbmñèiUª©Bk‡\e­í"
  b"N"”"€Xø:\tIoËr¼e§"
  b"SLÑÁ\x05½ØÂ\x17WNÛ▒¢ë4"
  b"TŽæʈ¢¼ÿ}5º\x04P·®\x7F"
  b"U} 5üpÂï╔¥¦Ø³F╚+"
  b"WÞ™>\x1DkNvÅ\x0FFI½l2""
  b"\.–^Ñk‘S†-\x0EQ*\x00…ò"
  b"\¯¢†LúIŠÐ\x02\e\x05\r\x7F"
  b"]ºÀùÒÚ\x05\x1Ayð‚Õ(Ój"
  b"^þÉáý:'«ÃûÚËBÔ8B"
  b"fÉEcÃÑ™þqšr´8iCü"
  b"h°¨\x1Cvô"4Ç´Ø™ÀÎ6c"
  b"k\x16JLMôz»7fÚ\x1Dwc\x1DÙ"
  b"kUR» MÊqÙõ(ƒ\x1Ak„%"
  b"k×¹ÉñSÚÿð\x1D5╩IͶË"
  b"kó$'K\v£‡ù\x14:\fª“J\x01"
  b"l”d…Lϳcajß1¬‹\x11 "
  b"qraD\x05ÌðN庉\erod\x12"
  b"t"ÄÄc¤»\x7F\x10DzŽj\x1E\x1Fk"
  b"wGhÑÜr“|‰4c¿!ôê¦"
  b"ü7\x0EÖ┤W▄zªJ6┤áib("
  b"…Ì[š‡Üc–Q\x0Fâ¥ÆÔšn"
  b"‡_\rfúù홨œ˜Î~$ç%"
  b"ˆ‹Þý½™O߇P˜I\x1F˜gº"
  b"è8þ\x14ì+Àåyݱ\x0Fv│#ü"
  b"Šëòú8í´àEÚÛ!êb)ó"
  b"Œ·@Çï!ñ‚ÛŒ–§‰ð×@"
  b"Å3┼ 9ÝS\fbaú└éñ%."
  b"”ø?Ox\x19#ñ•\x12\x15/XN4¡"
  b"•cØ{^ÌÓ\x10TŽÌ=5N<½"
  b"–Üš»G\x0F\x13µ\v¥\rô^RË“"
  b"ÖÔ¸╬6L┐ÅkÈÒÛ┬Ù6¸"
  b"šLuNÜíã˜{RÝ3PÛDê"
  b"""
    šÛ\n
    -Gj¶+Û;\x0Ez1åð¾
    """
  b"£#}╚³╚?\x08}غ^┌═┌ï"
  b"Ÿ\x01£\x0FØ\x7F¦ëý¡P±[G÷<"
  b"¢O;cP8l˜\x04\x1Ea°ŒL"
  b"¢qÈ¥ÞË\vëAvªÐ\x1Caç\"
  b"ñ96\x16l¼ì6p)lç÷ü\x06ı"
  b"½ÿu9ü`q%;\x11\x1FÆÒ%\x02\x12"
  b"«ÆÁ\x18œå¨“;)ºÁžÍu6"
  b"""
    ¡¥¥Øÿq\rJ#0\n
    \x15\x1D\x14®
    """
  b"¯¼\x08\x07l¯/~à/#"/Rc®"
  b"¯Ù/\x7F]-ßp’s{¢Ô\x07w9"
  b"°\fe^"\x14§ºÂìaËï°\x19<"
  b"°\x17¦-&4X\x19µän­NgÄS"
  b"±ˆ.Fs|Ęˆð\x10\x1EÍ1S\x17"
  b"²l’\x16fų,1rJ\x02bi\x19/"
  b"³;79ÈjËoŒ\x11\x1Cç\x10Í›Í"
  b"µštÔùR9µ'|¤ß\x12ÉsŒ"
  b"¸Vl{½¬3\x7Fù\x15=¿…î*¶"
  b"║1mÅı\x1CÊf]Ý{ ═X─Î"
  b"¿\x03\x13çkw ‚\x11\x1Cs쀂´\t"
  b"¿{¬† ¯¸É*\x05\x03bä("
  b"ÁŸ[Ú\x0FÊ&›^F\x1AÙ~ÝPÕ"
  b"ÂmŽè”°ät’\eqÂ;èÐ\x07"
  b"È®øà-\x01Ž§¬œ°Ú{›Ð"
  b"×]¥\x184´C‹(kÌ8cÔN"
  b"Èô‰L\x0EÂëv—Ýz\x01ÏÍ\x16<"
  b"╩ÅZþ;m╩\x1CG‗æýA¯wâ"
  b"Øe™+õ§ýbGa­<\x12ÅE²"
  b"Û:\x7FeýN{\x16l0O'µM%ê"
  b"Ûfq\x1Fázh\1œ?Úú¤Ùo"
  b"Ü\x14\x13uͦ£ÿvÿ­dþáNg"
  b"ä\e\x06Lá·›Îâ¾GŒ×_Ÿ\e"
  b"æ)'³Àd}xU\x16†>\x00ª³B"
  b"êLÙ\x1C:.Ÿíš³óÔʘƕ"
  b"êæü[(ä^ÉÛ¯<8ãÑZ4"
  b"""
    ðè.¸H\x07\x16Z\x03\n
    €ì{ã\x05
    """
  b"üA åÀº™†>ÿv¥\x08¨sˆ"
  b"þ"j\fŸ@3œÒŠ+Õ\x19+\x0Fì"
  b"\x02Û¢┤`└Éiþ0h╗\x06öÀ╩"
  b"\x06p\x0F»¸]B\x15\x08\x03š\tâ3"
  b"\x07Á¹Ç½×T\x7F?\x1F¾€ŠZìê"
  b"""
    \n
    a|?{¼Kê§\x02N6Á\x01±¸
    """
  b"\f?\x15¯╝æµ┌ÿ¡╚É├jâ"
  b"\x0E±üêúÚ\vÀ„'re×B_-"
  b"\x0F8í‘Z™½É\x04A>}Jâ³á"
  b"\x11ç\x08R²³…nVQj|\x16\î¤"
  b"\x1Aª.H\fd:@\x1F\f΃\r$"A"
  b"\x1Aó³r\x04Ñf|"!\x02æ+ð¨å"
  b"\x1EÎë#\x13\x18 ô\fnÍçhQcÍ"
  b"\x1EÐ4î{\x15¤bì6ó\x0Fö[è}"
  b"\x1F\x1C;ߥ\tÎt(iýÓiº»["
  b"#ªB'‹|$`ÃÎ\x14“9LÅ"
  b"%KÞèççz2H\eçJ¤ôe"
  b")P´¬ÉƒÕÇy¶t┬ßØs╗"
  b")┌\eÌÅ,┬·í\x0F\x16Qº│â─"
  b"*B&iÁúÇõ'Dìr\x19$r▓"
  b"+Xë>å\x1F\x04\5^¯ÏÌ}©¸"
  b",½Ôvs±/Ìö\x12Ñ>ƒâ\e¿"
  b".Q0ù\x02Ý\x0F\x1EÛmظ▓ê-i"
  b"\x08\x0FÍ \x1Dä¸\x15[ìC\x0F&H"
  b"1š‰üQEV%[«‘œÉy\x1EÎ"
  b"6\eJ£§Mq›\x12€«°¯—F¥"
  b"7Åsv+\x05XpçßPýA\x1E½e"
  b":K~\x02Ý\ôÐ┘Ý1\x0FÅ'ê="
  b"""
    ;aiò{SFH=\n
    fË«ÅgJ
    """
  b"<üôù½H µÊ745+Í!█"
  b">ñ°ŸE\x13È:W®ÕÍ\x1E9–‰"
  b"AµU4h\x11tð£ç‹5’bX—"
  b"C]\x13\x06QƒÝ‡½°°Œ\x1AEø²"
  b"DÈq›.;oÒ‚\x02l8½Ð¨®"
  b"\x19*³Ç³¯]„VˆØ7\t|"
  b"F†q9@ξ„l\x03Ó|´”%/"
  b"I!ã«ç®š,~ÀKÛÂëMH"
  b"K\x0F°¯\x12ɽbTðB¤\x0E\x16Ü%"
  b"R]á{ãêf“\x12È(<Œy\x12\x16"
  b"W>:\x1F\x04ã¯ó±š¾\x10iJ\v"
  b"WC>N×höðÜP·ñ\x12\x12×±"
  b"W¬f\x18Øóc£8§±╣ûPß7"
  b"_)▀ùj»Øa?Q«>\x14i¶B"
  b"i©ñbxM+Kâ°b½?I\x08#"
  b"kàñ÷,?šÝ\x08Ky_Ûº\x13#"
  b"l’Õvéº3ÿª´ý˜yìŠé"
  b"m7\x17¾so\vK«¶äرÔë#"
  b"níì•ÇM\x1E©¸Ÿ_-\x14!\x1D¬"
  b"""
    o+Œc¸§\n
    s\n
    \x01\x15Ú5n
    """
  b"r(\x0FS£ç˜›±\x12$`×,¨“"
  b"x%vQ7…¢S\x1Cƒ æ\x15áW9"
  b"{\x108½¬I\x1AŸs^ÚÉ`{o\x08"
  b"\x7F\x19EÁ$E;<½v\eLsÕÙD"
  b"\x7Fø)™]'oÚ©#ÖIÄÐxe"
  b"üZXµÇËYsè\x11\t2í┴ri"
  b"""
    ‚Ü“TF\x1Cö\n
    \x0E\r6_åZyo
    """
  b"""
    ”éÂþk~d\x0FA\n
    ÖÓþÓ2€
    """
  b"ò┘?ÂúÇ\vÂM└`\x17ì©~s"
  b"—ü2\eɸHr\x15ƒt7Ê\x04\fu"
  b"ÜgÅ5╚\x07wx· \x04┼Øg\x18J"
  b"›R»#™;‚;Ù€÷7w=¥ò"
  b"ØLu\x1Dè\x14ª]imıJ▀³(*"
  b"Øë┬pe┤├¾f&þÇ╠Ûjg"
  b"¥-þ³¬—l¶\x12Õ\x17ýI³ñ¾"
  b"¦žx¬ŽŸƒxÝß\x1FLëëÀï"
  b"¦ \x7FT\x12ie\f\x1DQ\x14\x0F"
  b"ºpM╦\x19~\vxzM²ÙoÉ█═"
  b"®Ôþ\x1F╔1ém\x1E ð┐iÒØÇ"
  b"¬úÕ²▄\x02┘Ñ¡ÃóøÊ£¿Å"
  b"ªûB=_›¯êú$8¨òÑ\x12M"
  b"░Mµìó9)Ôüã╦#┤Æ┘t"
  b"±\x19œ¼cZ`\x14óŸ°¹x‡I2"
  b"·E©îò×;/Þù¨$DâjO"
  b"¸1¾šØ¼qéÃyàUq_’„"
  b"»´·!Æçy\x00Y¢xrKËSë"
  b"½-â>yÜ´þæmÊ1¦Á'¨"
  b"ÁŸ›\x1AÐp͉=¢’E§¸<¨"
  b"ıÉÍò=lÒžµdLÖÿT3"
  b"╩c­ë«Ñ\x01Çä½Ée¨°Îd"
  b"╩èÓÏ░«\x0Ef¼ÐÓ"▒0üþ"
  b"̦CËU>ç\x11\x15O\x1A}5²"
  b"╬░Í\x14\x10Ìo¢O┘í«p\6É"
  b"ϱ?Eyo\x14Ê!€ ¢DFs{"
  b"ÑQª\x14È\x1E\x19Ó†!]¢ú_Àm"
  b"Èü»ð┼Ãâ5õã-\x14ê┌­F"
  b"ÖÇG+;$5l\x1A®Ø<ƒ\x1FÞÑ"
  b"ÚçÒ€rp¶´8\x00°áQ+Ǻ"
  b"Û&³8íLeÁ\x7F\x06¾mÀÎUª"
  b"Û ÌÝÊ\x7FUÑ ¡Š¸\x0Fo»O"
  b"ß\x1DKëšýÇ/&g\x15~\x14@)‹"
  b"ã°\tXiŠã)K«Å,«"
  b"µ┼²qÈq}Ìì\x05æ£ú¥\x18u"
  b"""
    ç¥i.¢Sàf\n
    0bþ–.\r\
    """
  b"ê±ì\x0F\x1AÔgŠÙˆÜOö\x05\r}"
  b"ëŒMVßí\x05¢\x11”`üuäéj"
  b"ìå°³ŽÄû‘|šñË%ü”Ï"
  b"¯LÀn¨ì╬┤\x1E5&i¬\x01\x1F"
  b"ï;\r#H\íŽ$\rD­¡s´¤"
  b"""
    ïø‰Þ=£ÉRÿõ7£\n
    _\x12D
    """
  b"õ¦\x17W¸œ))GÕB—hÕ‡Ò"
  b"°GüP²Û<£+W\tK┐.À\x16"
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
  b"""
    \x03ì╠\x063þ·;:5\n
    ¯²¹U\x07
    """
  b"\x048º_öÓÍP•\x18ñNW\x1Fl8"
  b"\x04í3@®–\x16\eÊx¦+Pÿ\x1FD"
  b"\x05dQã\x1AOÃ’®q\x1AIëÒéÖ"
  b"\x06jI\x07ù\x19`V0wêáŠU{~"
  b"\x07ÜÖðNÃ1Ížšž»m‚Q "
  b"\x08ø\x08\x17Þª±­Ý„\x01B<m¢é"
  b"\t–(«Ü]ÆD“\x7F½yºOíö"
  b"\vÎØúE6xó³O└╚ß.ã╔"
  b"\f┬▓¶\x03\v\x1Cµ─,Ø\x19\r"
  b"\x0EŸ\eEO”Õ!ß\x02`)§4à™"
  b"\x10\x08IÊ)É<4ÊM\x18JS$Ë~"
  b"\x11áEN[®ØÌ"ø╠¹┼Ë»Û"
  b"\x17RÈfÒ\x017ÇZÞg£$u«"
  b"\x18…lû%\x15Öuÿ·/Í¡ö…Ë"
  b"""
    \x18ØZ>\x1C\n
    <M$░╠2qr
    """
  b"\eV\x0E\x1EŒ\x119¡Î•¹ê\x16\x05QD"
  b"\x1CþˆÛ˨|ÒUHÀ‰QQ€S"
  b"&¡ýs,\x19ü-ÄÐa\x08G┌¯╚"
  b"*@:ôO7Š~0\x079\x1D\x12´!ì"
  b"4¹]e\x0678\x11ë2™\x08/\x08-5"
  b"5z\f¡ÁûÍÁÓ\x10Ô]®\x15|="
  b";5\x10H0¥¢®¥Øn\x11\x11\vb7"
  b"?ctt¦¢5\x06ñTC){º\vÓ"
  b"\x19\x01\x7F\x01B\x1EIe\x12„(‚À&"
  b"D7¬\x02┘õØ#5Éó§Ã~?N"
  b"Dè0\x15?sò(¤=ê\x160\x00ß3"
  b"E¥MÔ\x15i¢Uš‘éZÃ\f"
  b"F`\x10ü*™-tjÂ&˜o\x17]s"
  b"G\e2\x0FAÄåC#›5©µ[ÐQ"
  b"HLÊÑE>ü¸V─xbc\v¬"
  b"HÝÇJlè¢0=¢JÚâ:\x12ó"
  b"J|AíÝ÷)or€d\x07&fUU"
  b"""
    MÊ!\r¬\n
    šK\x1Ci|QNtæÙ
    """
  b"SÅ %3H®paÀ~5\x08 $o"
  b"Têât£ˆ\x17[S\x1EQe¨_gq"
  b"Y\x7F‚fìRxÓ\x1Fõ>LÌR\x18²"
  b"YÉ¡ç-‚“\x08ÂÊ+g7)eñ"
  b"^\x0FÙ\x16ÏÆi[Û¼i)ä²í}"
  b"^»=Êökº|&(ÅGSc╔┼"
  b"""
    _\e\n
    m*ÿFÊSþ““÷M„=
    """
  b"\x1D»¶H,´&ÉR±È\x14░á"
  b"""
    dQ\n
    »ãÆ,\e‰¬Æ\x12KÒ<R
    """
  b"d]žX-ïÑQcÁ_•O§\x10A"
  b"\x03ò÷Å¢çÃ\þ¨J5?Ÿ"
  b"iEûÆ"=R Ü\x1Eü@ÆËwS"
  b"k‚Ó\eiÁ®WWʈ¥Ùq4­"
  b"\x10«³eo\x08ÆÏUj/Ây!"
  b"r¬{¥røeœ†´è»\eðZå"
  b"wØYfÜYk´\x11Κÿ¦Ò\x0Eq"
  b"{»˜Ö³À«”\x05sǸL¬]l"
  b"}Óy¥ÿ)\x01ñ\x13\x14\v§â\eGC"
  b"€D\x1D'”\x08\x1Eóɾ®£Ã™Çõ"
  b"""
    „B¢Ëß“,Ð\n
    ÿð’\x1Cî–°
    """
  b"älÅ·IÙi\x19ß¡·CÉ░Ç®"
  b"\x18\x1EõlÑç\x10*\eêDµÄK"
  b"…4ž‘9GxÃq /\x7FK\x12"
  b"\fAà•H×4 ÀM\x07\vH"
  b"\x1Fñ\f™zü¹ó—çÄ@ü\x042"
  b"""
    çV;±ú¿\n
    þ\x07ï░?ìƒÞµ
    """
  b"‰U\x0FES\x08òkèKFe¤è/ˆ"
  b"Š9L¶<û‹„ÌcÇ·ßÒÄ\x14"
  b"ì×KMXI"znÏK¼S)éN"
  b"좥┼\x02┘²─\x19╠▄%±\x01\x16"
  b"’~`*]ßÎuî]ãã\x02ä\x15a"
  b"ôD\x1Fxdh▒»~[É┌²Ù+("
  b"ôQ\x17kØ*ôÑÝRäÝ]{d\x1E"
  b"”E\rTÁ…\x17PµjŠÂQ:;³"
  b"š½f¹(“\x15\x19\x05¤ŸTÌm"
  b"›f$£l \x01Ô1³ÏcPñéÎ"
  b"œl³\x17LÁÕê«\x00\x0E¾\x00Œ"
  b"œÆ¡ˆVœÔ¯÷o\x02²s¿M¢"
  b"£­¿\x18\x02bp╔ªjº▒\x7Fx"
  b"ƒ$¸Èdª±V9─°OgÇfü"
  b"ƒúü├╬þ#\x1F%÷▀ª\x0F7s┬"
  b"Ÿ­\x01Ά#\ttBfÿ\x05U¡ä±"
  b"£^ œÁ1\x02ËØ¢”\x1DMúÒò"
  b"ñþ│¼─ 瘟ü\rxUσ"
  b"§\x14\x04Ôk‰0„0‡EnãAÇ…"
  b"¨¡CÞNŸ\x1DY¦ÁÍÈC\x15\x16Ç"
  b"ª¿ç\x03s$~G½=þä\x1C!Ö‹"
  b"¼É\x03Ù‗`║Î\x7FÒ¿O\x7F\x1CƒÄ"
  b"¶¬&—úpï(èŒ×0¶Úeò"
  b"╝U╚\x01▀¡\x04¥ûì+IçG?\e"
  b"¥×»\eñ9¯Ü─╦òb×:Å&"
  b"¿Ãzºe\x1D‰^þæ£úXÌJË"
  b"À¬Þ™\x1CÒ\x17ŠÇšç€K¿PK"
  b"Á»ð®¼OXó›åhI&\x7FïM"
  b"ÃÐôÝ$œŠÓzä\x0FÐ\tÔ\x07ª"
  b"Ä¡+TÙŒ'0¨!1Œ¤{y½"
  b"─╩■\x02¨Ø\x13\v▄)Ç\x15·ýƽ"
  b"ÃKîª*¦Ì«ª\x19\x08üí╣Ç\n"
  b"""
    È\f\n
    q¤ …jV+\x07V~z\x16\x1E
    """
  b"╚╩\x12\x05óYþS\"\x04═Ib­Å"
  b"É~^xîa}\x08\\x16\x06'¿4ot"
  b"╩¢»^0k╬╣\x10\x11╗ïºy▄É"
  b"ËS‹\x03”&<útýÑ?°Ã/¿"
  b"ËÓZ\x14šƒ|\x14ãÊ·=Ï-iÿ"
  b"Ìj\x06Òc8ôñX½Â\rAàu×"
  b"""
    ÎP\fIï©®Ý\n
    v9e“\rÎ…
    """
  b"ÎÝ÷‰ìo« Öªýh\x02ü=;"
  b"Ñ~\x1F™»–[,bצc\x192ÌÅ"
  b"ÓÚ¤Ø^dª+Aó\x1C‹€rŽã"
  b"Ú^6µÈ»<<7\B·}\x12ò†"
  b"ßß\x02y~€Qr}Ý1àaÖO)"
  b"âÚ\eú_Þ<jpŽuyÞ©;S"
  b"ã’tshŒ‹X<7I·Z»W­"
  b"å!¼Å\x0EPãOgSÀ¯WÐ\x04ó"
  b"åh–—óñÇòõ–Æy*âZ¤"
  b"ê\x1EÀ®öÔ©\x12>ä‰CЪôh"
  b"ÙÛ@õZ╔K\eF(\x18╩╝õüþ"
  b"ïÞ;\x05Y\t\x14¸ÆvÎî\x16Ý"
  b"ñx_™€*݆XÞ’\x7Fš1'3"
  b"ñÃñ\x1D`w\x13.¶¬<g¬nå2"
  b"óR\x04ª ,±3¯§\x04)Ò©B\r"
  b"ö,!\x11\x1E\x17úëvö—\vb\r\x1F\x19"
  b"¸%!Xjä╝Ñ╦æóØ\x7F0¬ñ"
  b"ø‹\x1F*–þ·\r½ˆ¿\=ºÄ+"
  b"ú\x11§Îh¶õmÍLã˜p­Ý_"
  b"ÿ\x1A@ÿ\x04r¢ƒ!ý¹T\x1CKòy"
  b"ÿÙ’÷–7Ç&ËÔ57IYÃT"
  b"\x00\x05|ÖÕÞË0ºÑÐ7E\x10É\x17"
  b"\x00ï\n!lõXÇÚíVæÖge~"
  b"\x03Hï[†½\x7F\x02]èM¾T\v:@"
  b"\x03ÊqC\x05%[÷w\eE.Üâ±["
  b"\x04òØÙ\x12ŒBcü\x15¾E#{\rê"
  b"""
    \x05>p\n
    Qzp&\x18¯\x15\x1C;Øbl
    """
  b"\x05i¢TP„›öÙ¿c)\x01‰~|"
  b"\x05ÀSl\x0E4>e¦\x12N‰æïCž"
  b"\x06\x00\v\x03ˉâô)û&™î\x0E "
  b"\x06{¤ò®0j\eY6í¦{šz\x04"
  b"\x073KOC,\x0ERmXŽSË´z3"
  b"\x08\x04O’¬÷Fbë‰x0¼ÿ&í"
  b"\x08^`ׂ(Í\e)Ž8Ë(·*\x13"
  b"""
    \n
    Nšê?\t\x07á¢ò\x11||†%•
    """
  b"\v\x1DY\x08®AÙªK1Õ\x0FMN\x16["
  b"""
    \v\x1DÆ\x1AŒ\n
    »\n
    #õ («Eäl
    """
  b"\fÍ»5\x19f\re!•\x02¯Ázñö"
  b"\fñåý\x02<±Ï]ã,ì`_%c"
  b"\rnÈaò·Ä"c¾\x10ñÀÅ+ñ"
  b"\x0EúnE3>¶¡w"\x11Œ Ýx{"
  b"\x10bõ«ø°‰\x1Eôך\x06\x1ALeà"
  b"\x15Oq‡Õ‚•¤\x08.:\x15ÒaÐ÷"
  b"\x16ÔˆŽà\v©ü8”jq§\x11¾­"
  b"\x18Ïå!Ø¿\x0Eë\x1C\x14y¢“üîF"
  b"\x1F\x0F\r–%¦\x01§•×\x11-cY“)"
  b" gÕØ\x18¥­š· Á\f\x0E¨Öç"
  b"""
    "½ÔȲd.\n
    7Š£™¬Q\x16­
    """
  b"#EªuÙÉ,ønȪYÍ\x0F"
  b"$tW+\x15þÂ4\x01#Ꙣûo "
  b"$¥ü»\x05aEM@§\fNi¯ÐH"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"&ów‡\x12&ˆ»\x00×qD‘D\x18O"
  b"(©XQ$¥a\x07u\x1CP85WRÛ"
  b"+q¦+ül†\fw0,dê/ýÁ"
  b",Ù4¹C\vã4\x16Ç\x11¸1\x1C"
  b"-Óç@0░Nb█ëìÂ╝╝¦÷"
  b"/˜­8\x11Á}í\x00·n;.ßÂx"
  b"0¬`i¥rÌ╦áâ═n%Z|ì"
  b"1w³\x05ÉO\x1Fït˜÷UÏA>W"
  b"2C╝\f¶í[áüѦZÜ@PX"
  b"3î«Ó\x13!6"\n2\x00OFˆ\x1Eë"
  b"58ƒ\x15ɘ©o\€uÁ\x05ѽâ"
  b"6\x1D\x12dØ░|ÉòéÎ\x0F\x0FÍâ"
  b"6¯&¼íÜäÏ®\x17Þj\x1AÛÝ&"
  b"8¥ç\x1Cç¶È=âº3Q˜ÿ4ª"
  b"""
    :\n
    éq¬\x05¯6åh\x10úô\x02
    """
  b":")en"JœV¬W^;\x06"
  b":.;cÜÉÈ╣­¼\x159ãØj³"
  b">q¸╝Ü ZOì èqfg)¨"
  b"\x04Bðî<░┤\eØAp+T└"
  b"@-%bŸ\x1Cú…ÌC<\fS\x7FØé"
  b"@…Ýœ¥\x1Fö-³\f¸}ÊÖf}"
  b"BHÿV?X\x00ıÉöG6ã÷ÃÁ"
  b"Bì¹NquæÈmr׶‚ä‰â"
  b"C^\x07o\x11sa<Màî×Ø·¡þ"
  b"D"íúí\x18 ÖBGzŸ:Ÿ\x1Då"
  b"DŽqtbEÕ‰\x1EAŠ‹Sß=\x03"
  b"H\x1DÔijRd}ÑÔúÓÅ:\vÙ"
  b"""
    \n
    yãŒÿ§5W\¡’ÿÞt
    """
  b"K\x1DM³¡\x064\x07lìÁ¶¼þw·"
  b"MEúä}æ#▓\x06_áþ\x7F\x05¥Ø"
  b"N\f\x05:Q´‘\e\x16\x05\x1A§Å·+ë"
  b"N\x1A\x18ݯêÅ\tzPõÎÓæ_-"
  b"PRÀ&*­Ö³\x048^V\‡¨Ã"
  b"""
    P¥ð­€ä_ܲªñ9µ\n
    z
    """
  b"R`{\vj\x05¾\fÌ«\x00ׇ\‡p"
  b"Rº¶»>ÚÞf4\x01H«²÷\x1F\r"
  b"SD0|?9©8ßQè°Žá\Ÿ"
  b"TyWóx\x1DŽT\x7FcµØ\x0E\x18R1"
  b"Uü■\x02±«l(&\r╩\┘┐»Á"
  b"UÙ´i\x10² …\x00—C\x7F\x05ò"
  b"Vx&\r─╚ºï¾É╣\x10!║s9"
  b"Y‰Ùa\x06…äõ^dñ&„Q+n"
  b"ZùgxáØb~šè7F¢Ÿ¨ã"
  b"[0àÖSÇ,.ߦ>k#\x1AÅå"
  b"[eëú9Ý– Z\x18Š™ÁA>Q"
  b"[­ÿ0V(Ía'¤í…\x0F¦ÏÞ"
  b"""
    \Ø1\n
    £q\x0EjσO┴f\x19
    """
  b"]|ÕøŹG]×1╚3■ún═"
  b"\x08ŠÙ\x1Ar*.\x05\x08"o“0¨"
  b"]Â&\túæZÿã´\x1DwV\x1Añ•"
  b"^ƒE‘÷\x10ôhxdñ\rAOýN"
  b"`mYꯉÿ@¾Eûº6¢UÉ"
  b"bnvëÅ \x01\x7FO¿4ª╦:æÂ"
  b"bü|ñD¨§PìT\x19Ø×\x12¯\x15"
  b"dG¶)xj\x10?,y5nË×ÍH"
  b"hôÁUª═\x19±ìúì╚g\x7F:T"
  b"hž$¨r†\x1Aô)Öë´î³ÂÐ"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"i\rî›GbÎfe½SåQ\x16µ|"
  b"ig[­Þë?\x17>ü©/úîäH"
  b"j‘\r§²Ò£@v¿˜-Ø)\x16½"
  b"k\x1D£‹6²|egþÚ3ä{BÂ"
  b"pæñC5è\x11\x0F+\f?Çõ擲"
  b"t\x0E¥h\x01`yº\x07ÜþcÑ×7µ"
  b"tv{äšcjžóFw\x0Fµ\rE"
  b"t‹ÅªÚ6_\x12,ÉÅ®¯ÁH\x01"
  b"uNò~z'?{Ú╩Á▀¬Ø╦³"
  b"w(¨‹\x03cu˜ÿBþ¹h¢ŽÖ"
  b"y]Ê~3õ\x16Ó§ñö\vIs‚¼"
  b"yšRBšîT\x12\x19G-Aèò\t4"
  b"\x15©u\x1A{\x04j1L÷á¤ôu"
  b"z¿,°½öê=»rT½<¤c"
  b"{T!\\x02ågEzÐï|n\f.>"
  b"|¥é7É\x00┤~Ö\e\x1E\x15\vÃd&"
  b"|ÌuY}{@c\t\x02δ\t¸®£"
  b"€&%Þt(Ù˜ëdR ÆŠ–"
  b"ÇêéßÒÁü\x16ê█\x01­´B\e\x0E"
  b"Ç╗|z╚L╝λî─▄#énì"
  b"€ÌºEc†l\rå‰Ms\x04:@ê"
  b"üô╣f╗gßkí{S\x0EQ\x0E╩?"
  b"‚]X\x16\x02"uÑ\x08¼hÃv$lv"
  b"‚v\tB>Ó\x1FªòáÂí]"
  b"„{$éq2K’Á™DØÂKMŽ"
  b"…p¨£øg}\x18\x19¼Ch”¤"
  b"àsFÜ÷\tW\x00<8°Hë╩ÍÅ"
  b"\x05\x11ÙnT°¼Y*î±\x1A˜Ž\"
  b"†DB\x14\x19¯¸'6´òúÏ£CE"
  b"†f¼$:ÖõYæE¶¯JÌ{Â"
  b"åÅ^¼ç£Q¦ƒ 4?k╝åÉ"
  b"ˆÕ\vÛùìž\x1F´¢AÙG§\x0E"
  b"‰QìSJ8nbK\x11þBM,EI"
  b"‰ý,e\x0F£Ïì@6×)¥-~Q"
  b"Šò|\tœI.±\x18\v9Ï…`\x05<"
  b"‹_vJÀD\x00¨ \x04Ð\x0E\”Æù"
  b"î)╔4±ìôÛ$ÔW\x1C:\e\x06\x19"
  b"ŒÞ¦(Š9·…£~\x11/\rLf7"
  b"ì╠▀º$GÿÔÁÊ\x08¡·■"""
  b"É\x7FÙıtqªAû=.äX1Åý"
  b"""
    ɱ╗¥└@«Ú\n
    $=r\x07┤«H
    """
  b"\x05Âg‡ò›¼ò´‡vah€m"
  b"""
    ‘Éö\n
    Ï\x05´R%[¼¶ˆnìc
    """
  b"’ØîðšoÔ®~([PK¼2_"
  b"’è?^î\x1Do]\x0FÓó\fØ’†\e"
  b"”2ØÒ\x7F;p·©,™ç^ŠM\r"
  b"”†^¤ÐuUÎ\rÃÀVL*\x06\x18"
  b"•ÕÊ@Ä\tøZVA!Å÷°©."
  b"""
    –†\x03\x19·ëÿ\n
    :5¼ô/U~\x01
    """
  b"˜\eH¸‡FI\…&5\x1A“¤y¬"
  b"˜"ƒ‡¯¶ñyO¶Ê\x195v )"
  b"˜#\x19w¡´*U#3ª½x¦¿•"
  b"šÞT×àèHÏ7\x0E#`g\x1D\t#"
  b"Ø)░¿4¶v^.ÚÚ\x1Fi\róô"
  b"ØÄY6J\x17ÿðT^Ú\x16\x17L\x1Co"
  b"žuâ\túÈe¦F†åE鬣\t"
  b" _:ÿP5[m.Q\x10\x02\x0Fõ"
  b" ÅéM\x1DNº;àZuºMã\tc"
  b"¤µÉâ\eü\Æø"Ųà°vá"
  b"Ñ\x1Dsûö¦(ÄGÅV@▒°£»"
  b"¥€óBv;ÿÿßνÏülE\x19"
  b"»p²ùägwƒzÀ¿■Ø 6ü"
  b"""
    ▒J¡\\x13ü´\x04îx\n
    8UWB└
    """
  b"▒Å▄Ñ\x0FÀµÂ_Ì×│7\x07§R"
  b"\x01§\wü¨à\x06­ïÇCU2î"
  b"""
    ¸\n
    ýùñàªl9\x1A£ÿŒ\x01m\x0F
    """
  b"¹kIÿÀº¾¦(\x13h„\eÿeo"
  b"¹˜ÐÙe¦ŽÙ\f¯¬2Âtý²"
  b"º¾K­*ïf\x13D\x0E-ë‘Üby"
  b"»\x1CLvG\x11Ÿùž\ÎÁ¬\x1EÄë"
  b"╗ÎÄ┴êâ»\x13g┘]ü>\x07$░"
  b"»ì8Êzì’«Ä£ðZ}ð$p"
  b"½ÿ\x1CU=ªwÝÙÊó'©¿Â£"
  b"┴ò¿\x08É\x15дpü╬M\x06C[r"
  b"Å\x05¶íZòFf°k*gðÏ—\f"
  b"Æîש_óñš?”Û»ÅQ-á"
  b"ÇŠ\t@æÃE»9U·6áMsÔ"
  b"É@ +ÅM£ª)M¥|ƒ¡—º"
  b"╩\eæþ\x1Al'ÅNÚi7C©2"
  b"Êi\x1A\x000¸xö\fë>nƒ1\x04;"
  b"╦K5L\x17GØRò~¼\x05\x12├oî"
  b"ÌÌ„\x009\x03|B\x18X„!Xé‰I"
  b"ÐnJÿ\x12ªz\x1Ev\x02!‰<hµL"
  b"ð¡ZÁg:».}ü║8\x03&åé"
  b"Ñ\x04ýp\x00cÂöJ¯\n\x0EÔ\x05¡Ò"
  b"ÑJ•‰\x00\x1EÜ\x7FÑa/DG°0“"
  b"Ó‹\x155PëüH»škeÞkÐ\x18"
  b"Ó¬–ß!Þ,\x1AäÈæe¹üƒZ"
  b"Í\x15å┬CËy║\x0F;©Ø\x03\x01±l"
  b"ײ6ØÐÊbNŒª‰\x0F\v6C3"
  b"Ï^¤Jñoµ^ì"╬dO╝9ý"
  b"؆fYCÆû}Ëq¤%\x00¸2\x1F"
  b"ئ\x11¿üä&U¼¼ÿ•8é ."
  b"Ùç|€®Ü/…\vrƒƒÚ^‡×"
  b"Ú5’·#Pw‚/ü^en¢ `"
  b"Ü\x03\rý\x12>jÞÝ(ä•H.\x15Ü"
  b"ÜÆV*‹Ô­v·\x12ê™—&³("
  b"ݨ%†]:U%öt–×N‚3õ"
  b"Þ}é›ïK0™¸† \x031AÀœ"
  b"ÞâY¤Þ\x19¬êüñ«Ã¿ë®\x06"
  b"Ó^ÉL\nc\n\x1E\x00b\eÓlË"
  b"Ô\x1FÉ:÷\x15\f└¥ë¦ö\x1ED\x1A;"
  b"ÔªV\e\x17█«ùaQ3Ú┌èüE"
  b"ÕëØtƒÊ┐å¢]\x01k!5$÷"
  b"ÕÞ®#ü▀F³a┬(å \v"
  b"æpn±ýÁÃT\x06-U\x11×m\x1Fm"
  b"""
    æ¡þM\x06reS?\x0F\n
    ÔId;`
    """
  b"ç½às\x08ù\e^~{Æ\x7F\e׶\x15"
  b"þıT#\x17\x07l╗\eÉ¢\x10ËD>G"
  b"çø\x10wYجt~H¦â¢—Q:"
  b"Ûù\x01■­e,©¥§░\e\x04ÅL?"
  b"ë\x0F½\x1D\x12‰Â\x05’ŽÚˆ+ÉêÝ"
  b"íå/\x1FBœ´ŠU{¹_xͬË"
  b"î\x19¡«\x05ÇkÜ#I‰\x1F~îa‡"
  b"ñ\x13e·2¦_Æ {nHA§}\x18"
  b"ñ'†È²ò̃ñ‘y‰ß‘-\x18"
  b"ô,q\x15¿'ÐÏÀ[ Œ\x13b˜¿"
  b"""
    ôñ(e\n
    ù|jÁå\x13—Ÿm—*
    """
  b"÷ö║\f2╔GúMÒì\x7F\x13ý¢Ã"
  b"¸ü\x0E\x1CõÍxã\x1F;ëj]ÎôN"
  b"""
    °&~8.³\x05\n
    Å r╬╣7┴
    """
  b"ø{‘¸\tkýû\x15@ôe\x16/¿c"
  b"ø||ÇU>MQ\x0Eò`ypÈ2\v"
  b"¹~}À\x06\x1CÆî═%É║¬såô"
  b"""
    ³│\n
    ¤@×쵨\x19\╠ð4jÁ
    """
  b"ýÞmÐ\nØèÓ\x1F\x00KD“îaÅ"
  b"þäY(xÏTÎl\x10ÛäFu$_"
  b"ÿ&É\eÕ}7ŽÂ¬œ)ܵ,U"
  b"\x00šz\eÜ›àȪŒáÊy\x07\x11£"
  b"\x01%\x07\x02E«v|ø\x0Eš¨&\x17ts"
  b"""
    \x01O\x1A¥’¡x{\x1EÈ•ÎD\n
    u\r
    """
  b"\x01ýs\Ô’\x14Ô{ÉUfåu\x02ñ"
  b"\x02#\x13|õK\x1E\x19ð´\x00\v\x0F˜"
  b"\x04\x16[ÅI$¤™"OæD—jŽ\e"
  b"\x04\x0ESäãã\x0EèØ™×ÝÍÜ"
  b"\x04g\x16´ì;0’v:APM™€T"
  b"\x04®\x1Fòpðu\x08ø¬B'ªµ•\x01"
  b"\x05î`¬„Ç@\x07˜\x16‰Ô€“åö"
  b"\x063ÎvV\x00…#=#ÍJTZ2æ"
  b"""
    \n
    ©\vƒqHÑŸ\x06Æh'm…mÜ
    """
  b"\vK)*±╗sì¼ý?;\x7F\x1DÂ\x1E"
  b"\vÅᣃ&AL¼Tz¥▓Y╝ä"
  b"\f­{ß\x1Aº\x05\x19£#¾—·}˜§"
  b"\rIþ|\x0F╩ÄÉÃ|\x08═ãÉ&h"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x10QB>\±¨¬«†y=°ûLÝ"
  b"\x13£ZlµÙH'Ô\x1AfÏ_S†Ö"
  b"\x13╠┌\x05« ü\x01ıÙÛÔy\x1F¦§"
  b"\x14\x16‰ï\x06Ã,g´Ûö•àjµA"
  b"\x144\x17\x04\x06þ\x0Eá▓Ø/█1■Í^"
  b"\x14ë`>ìëR\vVß Èˆ¥Ôƒ"
  b"\x18‹~\x15N#Ôãßns®m¡R¥"
  b"\x1C!„W=Rëé¾b¥š3Ûžù"
  b"\x1C\x18žËÑ7&\x10\x07\x1F^"
  b"\x1D]'\\x05i\?\x1DÀ„wàf7H"
  b" +\x00\x00 ¾tR\n\x17>‚\x0EéO©"
  b" N|KÜg■\x03T]Pì±└Ô╗"
  b"!R\x1FiXºÎ\x0E\e=\e\x7FäÇ"
  b"!¸zÜ\x16shs³üˆ\x10ÈñƒŽ"
  b"#²q{Èü@TÍgÒ¹\x05ûs▒"
  b"%ý@nj˜þí^t\x05Sìåæ’"
  b"&;z$ûì\x08©9\x19­\EºbE"
  b"'\x08dD│«\x04▓Ü.a`4îÅX"
  b"' í\x0E‹Tª¨o¨¦d =˜À"
  b"(Vþj²²tU¹Ø▀D▒]┼ý"
  b"\x17î\x14:Fbn┌JÆ;\x19"
  b")€\x10@vƒ\x00\x06݃O\x06"
  b"+èÕàÉÙSs Èoñö4ÏZ"
  b"/>V›<¼yó‹d\r·,¬Žœ"
  b"11s\x18\x11#j=º\x11ÏÎŒ«#Ë"
  b"5\x07k²Ä<‡¿¥\x13KJn\f\fH"
  b"5\x1FQ`ß„5P5÷:v6\f¨Q"
  b"5$Â\x1Eár0ßÊ´pÊÔŽô×"
  b"6³–Dú€\x04­ü²2ˆŠO¬·"
  b"6íb{D‚£3•fÝbû\x11°Í"
  b"7û^Ó™\x15|ÎX[݃p‹M—"
  b"8\x040û8éˆ59k\x13v\t\x01Ãü"
  b"9úÇ5k\el¸EÚç_z\x11"
  b"<\x19\x10\x14\e\x05åË\x00…sñÏxŸÌ"
  b"=;ðG)é\õÈY\x07üTeªm"
  b"@©ãt/\x00\x04yÉ░¢\x06Ös*;"
  b"A\x1E³¬º|FŠà\x145NqX3\x17"
  b"B\x1D¡\x05‚ãâ{L°ï•—žÁ'"
  b"B!y\x10¡Vÿ«ôÍð‰Ì†Cn"
  b"C¦GÕ¨³Hys<9戡î"
  b"DçÅ+\x1AödÉÿâ│í2°ëP"
  b"EÃÀ@g£<hú¢[%¤1‹)"
  b"F1▒vpÙ\x15¾Tª\x07SpéÅî"
  b"HD‚)‚z\x00JËD¤¬t#{,"
  b"K¤¨£¯<\x02¾VÕ\x16zóñ#\x07"
  b"P§0®Ä6\rë˜\x0F4RÏ,ªÕ"
  b"QéÚœpð\x11ÉAW·“{\x06"
  b"\x1F*/·÷/ø…'™UT8%"
  b"S×Lgc\x1AÐ,\rͶì \x15i\t"
  b"T■7n8pÉÅÓeB!\x02-s\x02"
  b"\³ù˜{Ž´‡\x06e}‚#Á A"
  b"]\x0FßÅt’hÐqIY)xm^æ"
  b"""
    ]0öi iâôÇÅ┴¿\n
    &ñ(
    """
  b"^\x00¯\v║Å7┴ß0-öU<Id"
  b"""
    b\fÐ+¼øäü?\x10°c\x11'\n
    \x0F
    """
  b"dj\x7F\x017¹╝MÉ╠È%Ô"
  b"eº+ñ¨\x07×2ljÿ!4ª”Ð"
  b"gîÿ´ï"Š¥½ÀO\x16\x16†“\x06"
  b"hºQ┘ìgg]i±çıJ`╦ÿ"
  b"l\x03h\x17(└\x17j¬ÅÒ\x1D\x12FPÿ"
  b"lžšk†?\x1D55/¿ü¦-€;"
  b"q▀╔öW\x1DÙ¾5ßlÂSpÃÉ"
  b"r\x1Dƒ£\x1AÒEú%„ùºšÏéM"
  b"u«|½-Y÷}\t\e·~ŪÜÃ"
  b"x±d>>"k6þ"LÞ\x14Žë'"
  b"""
    z€?ý²ÖÙ›Ó\n
    …ëZ+MT
    """
  b"{-ö.÷6ñǵ\x18õ┤$^ü"
  b"|¾Abè|A┌▀\x06ì9\x1DÖ¿è"
  b"}X^\x16Ö‘å^L\x07Z½w\t€™"
  b"\x7F@»‡{Š{¦z*¶a\x03{Nß"
  b"ÇÆpÍôuÃVÊÅ׳â;?▒"
  b"ü\tÜ&L\x109sòî┤┤©║ëý"
  b"‚(>ÊëÆa£¤\x14v\x1Fß¼çŸ"
  b"‚Bó(.hûV•°JmøtWµ"
  b"‚ä\x19¶_J$ÏBqÔ8?—\x01à"
  b"„ž°£CZ~#\x06·3°]K?ü"
  b"…Á‰Ó†­=Ô³@\x18¦\x1E<sZ"
  b"Šk¬y\x1A®Í­„\x11\x10\x03ú\x01ñß"
  b"É)║³┘,ã<\vë─\x19Ùç\r"
  b"‘•°X\x112¹ÒCö\x1Aç\x18y!…"
  b"\x15Ë\x0E•3°X‘ÝÊP\x04êuR"
  b"öw¿ÜÀ\x02ÿÚ"1C\x1D×{ÉÈ"
  b"òCâ┬╠Ä\x12\x1CªCÔÜB╣0ü"
  b"—'ôV/\x11Sc"êß8\x05{\rî"
  b"š¥]Å'¥Ug §•ë;0TW"
  b"œN\x1D\x044BšìK*³*\x05ÈG‰"
  b"œc´¹ö¬ýUs`\x1E˜m\x01õ°"
  b"œÂÊ–{ü‹–ùïÂ\x11³\x1A\x021"
  b"×»g¦┐x\ríMØê¡└\x08"
  b"Ÿ\x00¿sC\x049È@\x19m\x07Ó«ãP"
  b"¡\x06‹i¨b\x1F¬‚\fBD³\x00\e¤"
  b"ó\tµOÉòd?m\x06%¿iÍ└&"
  b"¢]­UÆœŸÞ”FùTÞ.w["
  b"¢lËE¡Î\x1FLµq\x17åã­ûÀ"
  b"¢ö“šÙôy—З@Èfë7]"
  b"ª:˜¤\f_›xí³®æì=¢$"
  b"ªc\x18»\x1E\x04Œ^\x0Fk±V†\x1D¢a"
  b"ª‡¶fÓ˜”ŽÒ«ì—;a˜R"
  b"«€fÖSC\e\x04×¾‚\x7FwP"
  b"¬\x17\x00Ó\v\x05ܲ”ržmï®"
  b"¡´Ò\x11\x19\x12Äüëû┘½¿Ñ‗v"
  b"®‹ß]s†¡@–\x15º3{%m²"
  b"¯þO=’–UteÚè_¦ŒªJ"
  b"°x\x19²tµT¥ÜK-”\x15ì±»"
  b"±\x13EÚ‚^\x03ìè€*7\x01ëæØ"
  b"▒k4_P╩/;`.¶\x12¼üp£"
  b"²\x19¬Œ£Š=è”{kR)Þ«¼"
  b"²SUD\x1EDµÔa;9A€Ñm¿"
  b"²ó‚\eb¤qöãÔ\t¡†Œ\x1AS"
  b"Á_╚ ÅÄ\x14ûO\f¿ä~Få"
  b"©\x18ú¼%Zü\rkÒ¹üÃ\x15aW"
  b"¹Í\x05⯥2*\tÂ\x1FChϲÖ"
  b"\fõë\x1EC6üê\trÝÎæÑz"
  b"╗─\x04nüñ\x14±Ë wãP┬Dæ"
  b"»ÇÄ&¦ÅÌN©üM[ßAC."
  b"""
    ½ †\x07­\x1DR\x11o\n
    ¹Ë?:&µ
    """
  b"½i>ÎÁÔ\x1F«‡î\x12¢¶Á•Q"
  b"¿½¶˜š;ë\fº\x00y#\x07\x19"
  b"À¿\x7FúFŽ}©\tÝC½•…~\x04"
  b"ÀÇp4‰„d…FÑdµ÷\x1D½º"
  b"ÂáÔ(Ï$ãDvü{Ý\x07˜;Š"
  b"ÆcPDü‹4I¬ù\x00òù\x17|\v"
  b"Æm:\r„€Á1\x04-}fqšŸ¹"
  b"Ç\x0F³\x05X\x18$xx*“q‚\x12z\x00"
  b"""
    Ë9óp“2\x02·i\n
    \v;ò§µú
    """
  b"Í\ox¢ R%\x7F[Kû\x02\x17Å6"
  b"═sô║ıÔÙ\x14\Ôû§s»ÙÉ"
  b"""
    Í¿²DH¢ªw\x01\x15h\n
    §Î
    """
  b"ÍÃÀºù¢ß+r é‘\x17ä€"
  b"Ï\x0E½Þ$Í`\x07P²qm\x05.ï™"
  b"Ïþ’•‹ÈÏ\f+\x15b€¼t\x0F¬"
  b"Ð\x04ú+¥¡?ÏóÔ\x11\tŽl¶Ð"
  b"ÊKdøtbQ|²üÜ\x1C╚░tÿ"
  b"ÓÅ\x08,–«‰ª8ÐEeþNõè"
  b"Ô€ÂøK=\x16`’*h\x1D¯6^\x19"
  b"È└À2\x1EçPÅ!Y;Ð\x1C¼¯ê"
  b"ÔÑxÜГwyoFfûzÙø²"
  b"Õr$¹çi1^O]\x02\x1E¨\x1Dfn"
  b"ׄ\x08{Ì]u€3ýСÍÝvÐ"
  b"Ù\x03\x10ü\x08ƒ!K+\x1FMoŠ˜"
  b"┘'gûþØ■ÚÖ"ıJ(lBä"
  b"Û|3F\vb\fž3û®\x00ú!\x08S"
  b"Û}¹9\x02#\x1FyîÈÎ}…ÄÀÔ"
  b"ÜI\x04­€<>Q\r}ö”[öœ)"
  b"▄¨ıvÓWÔ\x1F\r½@Kx\x1C╦ì"
  b"à§2×úÅ\x1C\x13Ž¥ñWÿ3Ï9"
  b"á\e\x18#æn-P«rž§\x10R"
  b"çÙÓ\x06[øM»Ü:vRl§3Ï"
  b"éïH³¸\x0E ø\x06Ü'Ö\eˆ€Ý"
  b"ê-D+`-šÅÅ]Xz¹ãÛù"
  b"Ùæ#ì'L\x1A├¸8bÌ8ÈÛ\t"
  b"ìºè‘aº\x1F\x11¤Ï„„üVÛ`"
  b"ìÔå­˜Ô\x1C·ÂrÆmI\x14$Q"
  b"ð|›®$æÓ%ú½Ê±sÑÞ–"
  b"ñ`É¿¤Ë¬&\x00fn‘>"–I"
  b"ò\x04\x12ÎMMÒüh\x11[VG6í8"
  b"¾ìþÝ\x15~D\x1C\x06¥x÷ Q`}"
  b"°s▓╣3ÅS¯\x1C│§ß\x14ó±┴"
  b"°¯VüO°}6=ß04OÍí\f"
  b"··ycºñ\x13ug%\x02Zƒþع"
  b"üNò“gÍ'e\x17\x0Fµ]n/Ä÷"
  b"ÿ\f\x7Fìíà‘(Ë‹Ì1Lmgé"
  b"ÿœ+Ò‡VŒCD®îÃ’¼&-"
  b"\x004UøH\x14ŽŽâ³Ù'or~Â"
  b"\x01kßý¨y‘’\x04ÁŒÈö;Œü"
  b"\x05ÿD É“YÆ3æÏJ€‹¼’"
  b"""
    \x06m%[èpÑ)ú€x9o›\n
    Ä
    """
  b"\x07©Lr0ƒT\x10¯YWTeQ¿8"
  b"\x08~ EýAKÁä§@Ô‰ü8G"
  b"\tàä\x1D\x1Feâ!3\x18½ÑÐ OÁ"
  b"""
    \n
    "ÿÑïe?#zÀî«06\x1Aa
    """
  b"""
    \n
    ©è\x01X¦e(Øᬰº\\x03s
    """
  b"\væ-º³!R-\x10w58€\e¯^"
  b"\v÷Í`pBUBd•j™Ü\x00ƒC"
  b"\f¾o-Ó6\x07¤§jd\x17v¶ø_"
  b"\fëª*/\x0F9Ëҵžþ×»÷"
  b"\x0E\tì:ö\x10\x04\x15„í„ë\x14š=\x12"
  b"\x0E÷\x01ßoµÞ;ç@/t\tu•\x05"
  b"\x0F\x00xC¹«”\x119Ça°@?µ¹"
  b"\x12I‰iÁ¹‚\v¶¬v\f7;`˜"
  b"\x14ó\x04ü█%8ä~n*d╣ÁZ╦"
  b"\x17Z¿" ¨87¡s>À(ìÐÊ"
  b"\x17ÔðµÚ\x7F,Co\x05vËJ˜ù|"
  b"\x19Øu$°s¶Š…ÓÆiÅÈ@K"
  b"\e*kCØı\x1E;öÿ█çJ\x1Fß\x18"
  b"\e\x16¬ìðl\vB÷¼ÂÊ°\x0F"
  b"\x1C\x15\x01ÎîÄ\x7F\x00#Û,(Æ\x02XC"
  b"\x1Cò>åÑw#³\x02·L╣\x13▄ñü"
  b"\x1D…yï=·áeçÖÜšÁY5Ý"
  b"\x1DØ7üL\x06ÍÕ~èn¨&½RY"
  b"\x1E\x06_└lDF\x07DÖضb­\x0F\x13"
  b"\x1E2\x1FäƒÀÉnBÞ~Ìòmú@"
  b" Ó\fÜ8\PQÜ\x01H¯ÿqû¢"
  b"!òܸ /?¬\x06ï‘\e\x1D>\C"
  b"#[*ÙfAL5ò9ŦÃt\x03£"
  b"#«ncØžaUØ’WcâäƒÐ"
  b"#ÂõT!!“\x07ì„Ý\x01\x1DÊŒ·"
  b"#ÌJSt)Â+&V?yÖÅ\x1Cü"
  b"$ƒÈ)L┌ɤöR\x16ï51▓└"
  b"%áiTaÛ\x7F\x04\fòž\ef\x13ä4"
  b")Ï•qecö\x19ñ“rÁÂÅê¾"
  b"*\x1F(â¯Ê¢ÆáU¨e\x08\ZO"
  b"*gø\t\x18¾?'\x19á;\eå¡|¾"
  b"*Øäû\x00ù:‚gßÝÚ‡\x15­Ö"
  b"+oƒ-¯¢\r±°X)ÿÞy`Š"
  b"+qñ\eÂ@ÿÈ÷ŸÖ\t§\x17¶5"
  b"+Å}>xs┘7ÙÐÁX▓\Õ\x01"
  b"+æ-4ƒÊ‰–w"ܹ#Á\x06y"
  b"\x08Uê·V£┴F7è­T`Þ"
  b"-ù`4\x14ã\x17S\x06\x15\x14Œ\x01"
  b".gÅßP„\x17tðsf•u-°‹"
  b".’¤¨Æ¬¡CÌ\x08qújȨU"
  b"0\x17*¤4]\x08ù─╠Øì╣g«\x1E"
  b"0)©ô¸1þº\eÉNg\x11\x02\eè"
  b"0\êð\x12?Ûrò¢¶¶\x0FéµÇ"
  b"0àÚ%ÒÒé¡ëÄ@6Š$º„"
  b"1Øû\væ░Q¶"╝\x06TW\tË)"
  b"2^ýìjöÝ ÂP;─,¶ât"
  b"394NØ\x13LÜ@\x0FRóï2[\n"
  b"3@ý©|ëw\x06UdÔJ¶à˜à"
  b"3¤†\x19\e\x07{€iÞ|Žú»`2"
  b"4\rœ»19öR®Â\x03\x1D\x15ÒŸB"
  b"4E;H³\x0F\x16KäÔ\x10ž`\x0E"
  b"4Ø=^ÒPÉt\x11Ì9P╗ûýy"
  b"\x18rØ-–Î\fõ”¯õ¡\rš"
  b"56HûZ\x06X\x1D܉Y+³©ÌC"
  b"5ÉÝO▓õyvßzBN,LƒÁ"
  b"6\x0F’$ÞÂÇ*\x126aS=[âŸ"
  b"6ºl■\x7F8aI\x1AðfôEØ\fè"
  b"7\t"þÓ2®!\x0ES~Åem\x12\x00"
  b"7¿6´íñùiÒ¾¨/úTÑÃ"
  b"8KÓwy¼\x14À„½õÜÇW\x1Al"
  b"9\x06˾QãfZ@´¬[ôC»\x15"
  b":¤øIÇ‹\x06à\x00Ö·gD/|„"
  b":÷ù\x7FTl¼ªAÇŒIáSœò"
  b";\x05âÊüÒ6W\x07z lÉ~\x118"
  b"<®5═Ç\x04▓\üê\&ë,«å"
  b"=™¹6ß\x10õΎоµýŽ\x01ê"
  b"@2\x07¦dÊ;sóñ«¯\x19X\x1DC"
  b"@5-¡¬\x06{>╚/g4eüqÎ"
  b"@º\x04$áàðJïf├ºj╚Å"
  b"@§÷̲\x1AÅf│9HË▓Mræ"
  b"AS£BœX‘a\x13\x11c“/€¯"
  b"A¤Â´,1\f6›ìlú\x1FGP„"
  b"BXß\x150Í^Öô-3\x7F¯<=€"
  b"B½2ÌÒ=\x7FN\x7F•B‚7£Ôä"
  b"C":$…O\x0F7ñZ\x19‰t„Í\x0E"
  b"Dm\x05©\x1Ao´ûž‡„¢n@Äá"
  b"""
    F`ƒ\n
    í‹ÈFãû\x07©s10~
    """
  b"F▒xL+TÁµ:ì▄óz3"\x18"
  b"Fò#´wûš‘}øü.~néf"
  b"GöÀµ▄ü¦Û­Ó.)┘5T>"
  b"G©d“(ÓÀ!þ:\x06'°._-"
  b"I¡;+Èyc¿\r¥…"Mˆ„¤"
  b"Ié;Ýž¿t\x18{e€r\x0Eû·d"
  b"JY‡ö“û`fö\x045ÝøÍ\x0F."
  b"KÊÉ…âS5\x12Rlì\f°}9û"
  b"L\x18 \x07ù\x16œ¤\x17š¤ÃšK`\x13"
  b"LÁ9k䔕ã´9ËÔü\x0F*b"
  b"M\x08ï¡Vu4Í:Lq\x18ñG¤6"
  b"M¨k~ü€ôR[¬‰\x7F5ïÿ\x13"
  b"O\x14\x0FµþÞ<zL\rŸ\x1E\O"
  b"Pp•ø)\x1AFø¶ÓÍ\x1E\x14O[­"
  b"Q·l¹Š©‡Nk\x1AÇ(îY…L"
  b"R\x03\x00e˜­§Ä,\x03c€qÕÍ&"
  b"Rý$Œá\x06EmÃ{;o`îÑs"
  b"Sxø\x18åᾕ\x02»”Ð !¯\x01"
  b"\x17\x18@3\x1C³VYO†:ͪ'"
  b"X\x13é}\x17Øa\x11\x02\:0?¥\x1D"
  b"X¾X\x02âˆ;ßmàûÂ\x02Êñ“"
  b"\ºÆ2«L³Ÿ‚‹G¯í¨\x15_"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"]`¦¬ß(eÌ6åBb%’\x00¢"
  b"]£┴ïº^¾Å;?¦¨┼å╝8"
  b"^\x178Vœxk\x03¿\x00nXÊ\x08Ñc"
  b"^L\x0EÉäª~þƒpô\x17y\x1D½¿"
  b"`&À\x01§]?\x12i{h@Ž(˜¬"
  b"`r„>\x16=\x1A\r\9f\fW\x05Ýø"
  b"b\x130nô\x1FÍ©\t\x1EU\x1D\x00ŽçT"
  b"d:€Ý©t\x13\x19$ÄëÊ\x08+âð"
  b"e‡\t\x13\x02Ó\²ˆLÓ{±\x1Fç"
  b"""
    f=ÁË<SוÐ\x1Dãs\x08\n
    
    """
  b"h-]{ÚÁMŸô\x1Fã+ûìL6"
  b"hT¤\x1E§º└µl\x16C\x12ÉzZ\x15"
  b"jÐê.\ex\e\x11ú‰¬™ûô"
  b"m(Tцç†î›x>TK`’\x15"
  b"mÀîPªý‰d•\x07ÐUÆ@öX"
  b"""
    o\x1D›L¸x’DýŸ\n
    ²¯\x1Aªê
    """
  b"qY■ÈØ×Oé2Í┌$¼¼¤\x12"
  b"qóAVŠÓ\x1A>–ª\x1Cš‘ôšø"
  b"rp…\x12\x19Ôhçlj©ÿÍEë\x06"
  b"r┼«døy  \x02╝êìµ£ûT"
  b"tdƒÀôXÿÈÖÂéÁ.@MO"
  b"t´] ˆÙ a÷-ØbÚÂ\x18Ú"
  b"uJÕÆ\x1F.(˜9k2/\x17Þe\x0E"
  b"uo˜¸\eíÉ<ÀŠóÒ°cØØ"
  b"u┤ä\x0E>\x14╗!áÅß^Ô.\x02P"
  b"uîÒ6ÖFå\x00=5z:jæ^à"
  b"v.¥:g\x13Ò^\e9âs4É«s"
  b"vp\x14€„Ô\x17\x1D[³ø°š¦\x18["
  b"xß÷kŒó\x11\x1DÆ\x1AxøM="
  b"yà”„t .m‰\x15ø‰\x0Fc\f:"
  b"z7\x16?ó©@´ïV¨h\x1C¨##"
  b"{7:€Š¡\x7FY» )RÎ>ŸR"
  b"{Áe4-ϵŸuò\x00>íb¡ü"
  b"\x01ÿ°Wƒ\x01ߦûшp›#"
  b"\x7FØ¥häÔŠP{¹½¼Á'\e\v"
  b"Ç\x0FÀÂnLB╚ðïdOìSÚ¦"
  b"ü\x02lZ\x10&nö³╠\x10HÃwW▒"
  b"ü\x02»Ná¦Ãk\x1E¥3Ñ­h\fp"
  b"ü?Êé´2‗;ÿ>╔\x1EͲÅ\x03"
  b"\x1A\x13HÅÝ:ÖÚbÀ‰s–Vd"
  b"ƒªùöÌ*\t[\x14gh•6?˜="
  b"ƒ¯.é\rµ5«ø\rŒÇÚ¡“­"
  b"ƒ´]ÕRkÔ\x0E\rÑžÂ-?Þ~"
  b"„G)Ï\x1Fâ\x7FÌ#9icª|ˆ\n"
  b"‡“µŒŽ¯ò®0–ù\x02â\vçL"
  b"ŠN^éæ–Ž}û\x18ÙTäOsD"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"Ž^œÎÛæ\x0F£ñæ&§Ã—îM"
  b"Åew°╣7æı\x1A█Él¸Í┬╦"
  b"Å«(I`!%¿ t╩⩃'ƒ"
  b"""
    ųoâ\n
    R\x02ÞÛFçgM╔åÅ
    """
  b"Éh§D5»¯;_´C\x0E\x00\x00\x104"
  b"Ém4ÌíÜ‗v\x7FÎÎr╔_â>"
  b"ÉÂ}$~{TR.ôw´n‗\x13S"
  b"‘å%t×\x01ˆi\x1D\x1C\x19:98åT"
  b"‘íÙ‡Uœ¸\x173‚ž¬Wao…"
  b"ÆÇìÐ$ì»Êú5¸èëÕï░"
  b"“GhÃâ¦.ˉµ,<HD„R"
  b"“Ä•^><îN\x18Ö8z;\x05¿º"
  b"”Žß4š\x10Xn˜Cš|S*³¬"
  b"•×\x00Þ£rïÙ)\x11\x03¨6x\x1C("
  b"\x15­Ü”î\x05®Œ-¬¼Î\x1F^,"
  b"šRºªzðÙf_—Òv¯º\r9"
  b"›˜ñ¸Ì\îé«ÆH^\fX|â"
  b"œ‡é\x07\x1ED\x0F;^u-Q¤\rY\x05"
  b"Øq┬Äò¬`-┐ÍÀ9$\x1E\e"
  b"×µ‗Ò°ñ╬\v]\x0FÝ<Éch═"
  b"Ÿ\x11Š\x01\v\v†,™"N\x19[,"ž"
  b"Ÿ!b\x1C´:à¨@/w\¹cDV"
  b" 0ÍΨ-;¤\x07@pb€DÛÛ"
  b"¢]ÿÛf‰B¥Êb/oã¼ÜZ"
  b"£fùÛ\x1F7µò|zsúeãá×"
  b"ªå■æª\x10Ø´$²Fl└¼ I"
  b"""
    §$ÈÝ«(!\n
    ½4ÑW½_,/
    """
  b"§>Ú•W!^­\x14‹û6ÐÍ!\x1E"
  b"§hUÝ$á\rèép?SÉÉý½"
  b"¨LH€â½ƒ\x1AɉÎñr\e"
  b"¨aêQÁ\vè…—‰\x1EÓþ\x04§Ï"
  b"¨µÕ>lèãlÑîèÐQ\x7FZ,"
  b"¨¼ê¢k‰Ø~N»\e0fÕøÛ"
  b"¨ÕlÔ,àË-›POY˜Z]U"
  b"¿Îs¶sØÊ!®uı-áhF0"
  b"¬:¡█!\x08I█ÅÕ÷õf\x0EÑ\x16"
  b"«\x1D˜™ÿÕà4œš9\x06œÁm¨"
  b"«B¶sI.pÚäœfî\x18~oÃ"
  b"«cãÖÍ\x148\x10K\x08Q·íY÷0"
  b"«±³Z³\x10Ÿu2>¸`¼ûÏõ"
  b"¼\x03ü│p\x13óê¾╠Bå»└u>"
  b"¬Ù,\x02Ðúâ¢\8ôL¨\x16\x10¹"
  b"¬õ6G97R…%{\x7F–Õáµò"
  b"®®ìV*†Ž\x13ô#qY\x19«/í"
  b"®Ô·m’\x7F\x16qŽÀVŠ*ÿW~"
  b"±\x01´j=źPæO\x01Ƹ]ƒ\x1D"
  b"±{ùnÙ· fŸ€:òV0RE"
  b"²ª'Èý\x7F\x00ir\rÊttΨ”"
  b"│É*╔\x0F\x7F®®{|\x13`T¨"
  b"¸Å"‡P®£ÐFÕà\x165Ç©¬"
  b"ºWx‘\x11Ãg,ðFLˆëÃÑ­"
  b"»zÿ¼\x0F‘ç’ØÃõ9~K¸—"
  b"¢`%ÄSÉ,io\x07\x13~¹E3\x16"
  b"¾É¥@±”\x06Ÿ×#4C`\e<8"
  b"¿EžT£w=7í\x06¡~ÛÒ/|"
  b"¿ó?l\x1Fð¨Öܲ‘¥Pz3Õ"
  b"""
    ┬YÑ▀Äìo#╩A▀\n
    ÂÞù 
    """
  b"¹96ôÓN\tú`Œ\e\x16”1‡"
  b"Ã\x1Cê\x19!ÜìÉѧÈÎp÷3\t"
  b"ÃHߘxâÙeßÇ:œ ^¦9"
  b"Ãþ\x15\tG¯.Î\x1CL\x04°ç\x7F"
  b"Ç$@¥\x05Ú€zØù=tUq!¦"
  b"\x1C\vÅ@╝Üâ­¶\x1DÁrp&ù"
  b"ÈäOþ\x0F\x17pÚ¾•û^`P~•"
  b"É-5Pp–ÿ˜†—ð‡”“Á\e"
  b"É;|Ÿ(R7ßübÚQ"Ôð•"
  b"ÉCºâeø2\x07t¦Îí\x1AØ\v"
  b"Éʇ\x1A\x01Op¸`\x17J©¹qö˜"
  b"Éóp#½¥ß¸Wwù×vLÑa"
  b"ʉ_Dg!ö®R¡#"ýv\fŒ"
  b"Ì\x18i\x123òdŸSh„;÷©cŠ"
  b"Ìýµ×¥R‹úÜQ®‹Ÿ¶\r\x18"
  b"Í\x00\x13Îä\x00¬¾dñc\x1F\x14Û ô"
  b"ξíÄã\x10\x12R¸bµ\x07tG—Ô"
  b"Ï\x17so„X¸\fÝäÕ\x04:[û¯"
  b"ÏC©yò\x12\x1Dé¿wðü²“¡¶"
  b"з™ö@'iyì\1\r\x02\eÆñ"
  b"Ñþ9ÿÌ(Ä1þ”£üHž@â"
  b"Ò\x1A¸ÅÀ‡Z \fìîâ\x05šÔ"
  b"ÓàquÃâ^\x08„âRpéK²“"
  b"Ôm\x18ãUˆ#Ùà†\x00Ä~ô¥j"
  b"ÔÉSw2ª«\eǾ™\x06ª;Rh"
  b"ÖeÖ\x1Dû×\x17/\x05/.]ùGZü"
  b"¦«ü\x12xWm┴U\x10¬à\x19\x02"
  b"Þó\x17ª@@NêsÒR7Y£\x16¥"
  b"ß-yÛ\x10Á&ÛŸ¤ke•3Ö%"
  b"à \x0F?\x17Œ×‹x\x12ªVzÛÉÆ"
  b"àaè\ •|£ÏÒ\x00s“VcB"
  b"àÁ^5oä\x05Y—%²â0³H\x10"
  b"Ò┌\x01üâaÃ\x13\x18ÓÓÖ7µ"
  b"õɦƒpÈ[#T■Bå?z╔X"
  b"å{2<Ç%'rI¥‘-ýx=š"
  b"µ\x00à╚â▀A╣\x01]└ì\x1DÆïs"
  b"ç_\x19Ž\x12þkíÖhê´ßºŸù"
  b"Þ┬% Ã╝\x058ƒHØpW¢\x13,"
  b"""
    Ú¹é^À1Å\x18\n
    ¿v{s╬ê)
    """
  b"""
    ë.Ö\n
    @qN`FÓ™U\x08I·ü
    """
  b"ýs\x14-R╔¤\x17Õ═:f\x04gÅ┤"
  b"ìÛ<–M\x03T\x00\x083lÃþÔüŒ"
  b"ìõaÈAM!#sŒM jT#N"
  b"ÝÂH░pn\x0E‗╠8Å▓×Pc±"
  b"îÀ%ÔìÕä\x16pÃgñO\x7F\x0Fi"
  b"¯¶øe┴ø¬Åtq└7\f└ñ\x07"
  b"´"È\x17ÉȺ»~‗,h¸\x08g┴"
  b"ï½\x08´q\x05ÊüœT `Ë´\Ö"
  b"´┴ij\x04ï─┌É^¯t÷÷ü║"
  b"ðP<·ÔpÄpª\x01£‘\tnÍ»"
  b"ð¨k]åtU¥xxéH\x17u\x0FM"
  b"ñsƒo–¢]ùüd^<UØô\x10"
  b"ò44̸+pÕ3E•ªiW\x03¢"
  b"\x04É┌F▒þµÿ¢g\x19é#@D"
  b"ô>)™‘=}9y-‚=\eÂZ3"
  b"ö\x08\x05\x124/“-ïã—ƒqœå®"
  b"÷K¿ö¾\x07ÊÙ\x15G!\x0F\x0Em"
  b"÷{\í¼šÿU\x0Eâ\x16^À²¯6"
  b"øÌÉ\x1D&=Ö)\‡\\x7F³4¸Ð"
  b"ú\x18\x15·õx›*^†W7r/t¼"
  b"ú@Ø\v\tt\x7F\x00ËŽ<f\vj\r"
  b"úÀŸ¶å@Þ\x19öKÝ%\x05”Èþ"
  b"úÝ`›Ë\x1C\f(}F‘ÕìÀÊ‹"
  b"üMõV\tz]7U·wªvc¢œ"
  b"ý\fÃY8Q?íéåŠÜºì6ì"
  b"ýð5&Ÿv`^N!\x1EÕê'nñ"
  b"þ€Ö°\x06ýµž\x1A,ÓTãon@"
  b"ÿ‰KVNªÂ“Ô\x02\x06)\x1F‹àr"
  b"\x01¬q\rI\x01ýž/\x01|ïè°Î­"
  b"\x02\x15\x08¦q\x07Å\x1819\v\x16Vq¿Î"
  b"\x02ÈÅÌxàSkí-^˜8Îß&"
  b"\x02Ô¥œ©Ãežuç«ÇÐU\x0F\x1D"
  b"\x03\x14œù™yPð»äƒÒˆKÐY"
  b"\x03ú\x03m\x7FbŸ|\tàݯü1ëñ"
  b"\x05s\x077û+3g|U├\x16─┬ü;"
  b"\x06v*¡÷‰]^1Á³~ÌÁ\x1Aˆ"
  b"\x07õ╚ìHÿÀ@▄XÍ7;«Qã"
  b"""
    \n
    Ø▄ÊÅSU\v\x0E┌2╠▀[\x1DS
    """
  b"""
    \n
    Ñ‚šÞ•õ'Äð\n
    Ei¤2á
    """
  b"\f|¼–²-3¼ØÓJðZ@›ð"
  b"\x0F”Me¨=\x0E©¡)\x1Aü\x1Cìiˆ"
  b"\x10LÂÀÌ\x11iÆV÷’®B‡\x04\x1F"
  b"\x10Vi‘¹·œàï-|ýd.ï–"
  b"\x10Ð═┘░ÌGØ~T┬¹ÊF_\v"
  b"\x11#öëYÙ+\x02‹?Î&$`gg"
  b"\x11Õ:\x17‚¡ÉN\x12ü)Ф°Ç½"
  b"\x12Pâ+\x10èþ¹¸täYáÎý\x14"
  b"\x12næ²?JiK;\x18Ù¼7$?Ç"
  b"\x12èo¹.ð-]W1@…+Ë–4"
  b"\x15NK:ñ%\x15\x03óÈãFFó"
  b"\x16‚<]\x103&ÎÁtƒÅÐ\e³\x01"
  b"\x17╚å▒ì■÷░│Þ\x1FÃ}\x06äG"
  b"\x18CK–ª¡é\rÿ‚J'äøp*"
  b"\x19ÒŠ¶<õ_‚³¢z\räÓ$N"
  b"\x19ôãìY\x1FK\x12\x1AEð‡f\x1A÷U"
  b"\x1A\x18¡ØuHjëWÅ\x08\x10«ñ\x05 "
  b"\x1Av+“íy\x14Æp,Z†ívIL"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\e$ öz‰\x19£Ñ§8GÁ§³V"
  b"\x1D°\x0F¬•×=KLg\x04Vƒ>\x19@"
  b"\x1D¼Ú[ÊuÊÞȉ¶dn°h÷"
  b"\x1E¼„ó¡c>XÿI’^«¢b’"
  b"\x1F\x06·´{eÑMÍ-Ù%\x14])Ý"
  b"\x1F¹ÒÆ|dJzºL¯ÅZáÞ"
  b" óùbê¬ÃSq=ï"¦"æï"
  b"!'KÿbiP´ë…X\x02KƒB†"
  b"\x12Â\x04¼è~\x17Ì„:\x02øQx"
  b""Z¿½1\y8×KÕ_ÏãÆž"
  b""oñBìvž?ýy/¯\x16süm"
  b""üVeªÂýMÙ̺q>Xow"
  b"#8\x12ç<Ø┤;╦Ô]ºy┼ZÃ"
  b"$i;\tÕ\x11èQïí|ãw*:×"
  b"$nò´«Y«e\x1A\x05\x19Üž’i"
  b"$ãøñ\x16;~¨QòQâÄåÞ\x10"
  b"$þ‚M\x04„ã¬Ês‰ÊB¨l“"
  b"%-s…ñÚù!|TjÇÅaà/"
  b"%|ÔP\x10ôРXôf\x18RØgú"
  b"'\x12u\x11>”õ§Ü$<Û\x7F®Ù/"
  b"'▓ní4\x16AFQbêz>Å╠┐"
  b"'ù@;\x1C#P\x13\vœ iÕ\x1DDA"
  b"(j¿Pf\x16%µE\x11![|å ˜"
  b"(¦ÒYµ¯Zh%\x00°q‹iq""
  b"\vÐóÆ\x161ÍîÞ¾©½Íu"
  b"*ÜZóh>_¡$¦=Æh}\x0FÊ"
  b",ÕÉ\x05á§┘╗═\x03\x1FÙB2,ÿ"
  b"-,ÓòõŸQlÇP-ÿÙ‚òÜ"
  b"-UO\x16§¬;,(\x07Œ<k,\x"
  b".ÕQ\x19Ê`ïp\x00\x10)"²‘"
  b".à1_\x14€Yõý4\x14 B\x19rp"
  b"/›6£qúô»#2ꦗ9¼°"
  b"/½2¹fù’\x02\x07¾¤ô•%‹<"
  b"1&\x12cÌÀØ›\x17[ñš‰ÿüp"
  b"2!Ûšw¬ÎeÈÏEcK¤­p"
  b"2DC€¼_HAO_3í”Aë\x01"
  b"2Á¬/\x02;\x1EÀðQâ“NÁD´"
  b"3(§T"ÆSKHç¯ïn˜dï"
  b"3Δ7wé:”œñ‚=S–U,"
  b"7:à\x15·h`░É!éq║¦)ƒ"
  b"8W\v\x01\x12'u³zî~>c“M\x17"
  b"8Õp½:ç˜K)\x04ŽŸ@„\x12:"
  b"9\t¾╝|>\x1Fgä~ª║\x1Fc/ì"
  b"9îÅr×.+/F>}Î\x01N\x1F"
  b":¨ÐÃtyÚ\x19µ‡m)ð²\x12_"
  b";%Bz®\x15Á]ŠØãý¹ÏØÉ"
  b"<»\x18ª;¶Ý`’\x16pŽ¹à\x19"
  b"=«8\x1D\x1C\x14\x08EDˆRU\x00D\x11¼"
  b">åŽ\x11I\x14ïI`j\x00[íŒ:·"
  b"CÏ­t‰hã®F\x19–7\x01²f¡"
  b"""
    D\n
    ¯­þ\\x19„½wYîžZ#O
    """
  b"D\x14d¿½o╔É=\µ\t~ê/2"
  b"Ek‚`:&É‹"d•‡bª}1"
  b"F\x10\x13*AÛt\r\x10}®º„ö“!"
  b"\x17ø‹~n³}ÔD'\x1AjÀ,"
  b"I~\v÷\x18H|¿-\x19‰qÓì*."
  b"IÉkı¹¨└ÑúV \x0E®Q¥æ"
  b"I½s!å™Û×'ú\x11:\x0E\e"
  b"J¼Hè.öºÏ─Þ┐êmÉ"Æ"
  b"L\x0EVžÏþ,\x08Ý×£XÞ\x12™<"
  b"L;E´ó\ıí\x10àß╔┐¤ü\x06"
  b"N,v¤bãÍð£us\x0E\v6#·"
  b"\x07Ç o?ã±_Þ•IHÉç"
  b"S^XeuT\x12—>\x01Dcã\t\x03"
  b"S‗ùH5Øì,¨íR┤\x00\x01â┘"
  b"T>¼|·Åi3Oh\x1A.Z\x0Fêì"
  b"Tm¶Ã”è\x16$w­ßC\x17Ñê¨"
  b"\x1E<¿òb·…+\x17Þ\x7Fmcˆ"
  b"Usi'VÅ´ÓÖÕa¢b7+\x08"
  b"V\x15úüÚ\x08÷&»ˆ$Öòˆ\vs"
  b"V8bâ,V\x03ÒèÒò·˜{of"
  b"""
    Vr3¨\n
    ,v\x02)"ò-[^\r\x1C
    """
  b"VÿC>*ãŸ\e¿Ë$+çÒßd"
  b"W*Áæg¶x\x1F5E|Ø\x1F±Dµ"
  b"Wz3Mâ„B\x16‘ž\x0E"°›Ûù"
  b"W▄n1I┬╬ò┐ª!j|Å║V"
  b"Xa µPh\x10\x00Ž°…ÓMGôò"
  b"YÍk|\x03ÿmg\x08¸ò3xÉ'Á"
  b"""
    YãH·áñÜ\x15\n
    \x0F\x06\x19
    """
  b"Z–þ]^ã8t*\x06ÌFv¨bb"
  b"ZÇ0Õ\f\x01c\x10ulùaC\x13ÝÙ"
  b"ZÈq²\x1F\x12¶nQ\x04ÜÉ\eý&\x04"
  b"[»Ñèl4ÛÅÂ\bJ²!ý\x1D"
  b"\w帽pd%æ\x1DÉ«ø\x10|E"
  b"\Ö<ŽD\x02\x17\x1A3]Í3rî\x14\x03"
  b"]*˜Ü\x1E]i›\x03œ;Fó*äW"
  b"_\x05”9ÿ!ZvÉÛ¸\x1FiA¤\x18"
  b"_Ñ%¨H\rþ_\x7Fà5üÝ%H¸"
  b"a=‗\tÁï\f╠äì▓╚\x12ƒÀ_"
  b"aB;\x1C¬ç\x04Õwad<\x14´\t"
  b"aMÂ\x08î\x14Q\x1F²¤Š\x13î?Þì"
  b"a§╚KäM\x11l!░;┤Ø┘qv"
  b"bÝßm\x1C÷\x13(nÑü\x1E³öÞ\x15"
  b"cH—\x07\x08Е\x1Foè±CO¬’¢"
  b"c¶(Óʶ\x1A\x132/ÀA®#X<"
  b"cÃ4Ô‹ÊRÌ«Áè&\x7Fú=("
  b"c±mÉX]Þ█\x16╣¶╬Û0v▓"
  b"cÿž‡\e‘$g-ßhnÓ·\x19¹"
  b"eyî4SB$ÍT\x029ªÊËÞÞ"
  b"""
    eèÖåXç\x187\n
    S'F"p´\n
    """
  b"f‡Bê€×CEVæ\t+Ä#\x18"
  b"fôE<×à├À┐\v\x11\x0FÉ!║"
  b"g)~n@?4›¬É\x1Cå>°&Z"
  b"gÖM¤Ž†`\v9”µÑrœ—‰"
  b"gÞÞ–E¬÷\x11_Å”ÿøl\x13Ô"
  b"gÓç±5)>` \x1Fî¸ìµ{ñ"
  b"h\x11›‹ñ±\x11¼\nƾ iq"
  b"h0ã%\x1Fî½p¾h\x1AKêOEX"
  b"hUÍÔ\x1Aâï÷|ØÑ8àS„K"
  b"h…*MÉ«\r,8Vö!ÐnvÎ"
  b"h¼©óê.á\x18šÊà¬Ù†1Y"
  b"j0õ¼M¬·>SV&ÜJ\x1EêÆ"
  b"l2Ýpn‚ý„\e)”TU\x1A\x05"
  b"l¾«Ã¹¹RùÜY-'…˜Dh"
  b"mq´\x1FTq@§§íw¥Ç]§‰"
  b"muôP\x13’O‚˜¥e½&ÕÅ©"
  b"nÚ)_àî´râÿw Æ“=Å"
  b"pÑ┌y@¯QÅY┘┐âþZú)"
  b"qüIøBÕ£\x02-mÜÈ5N:Û"
  b"""
    rÔð\n
    i\x04ˆ'´Kg»bÝÁ&
    """
  b"u\x7F¿ªC‘ú gÔÊ\rÍŒõÈ"
  b"u©ö\x02\x1F4}^\x03\x0EÉ´ò±ºµ"
  b"v$1`\x12\x1F]žnè­%¥ê+õ"
  b"v*W§KĽº¡¹¾^zÖYÊ"
  b"w¬l"\x14\x169ètOT†\x16؈"
  b"""
    {?\n
    nÁÝö!XžfÛõÇœô
    """
  b"{cJ■àY\x18mN7P\fÙû2ì"
  b"{¡Ä#iL\x03´«’ÂÙ\x15Ö¡\x01"
  b"{Ù§ü9O-ñi¿{ó■WtÈ"
  b"|$3ÖLK}¼£\x0Füçñ~´╗"
  b"|¡^5á¾—þ¢Zrårå~"
  b"""
    |ĸ\n
    Ȩv}\x11\x0Eòd\x15ëòG
    """
  b"}HEȱlÝ.@ûÛ\x17€´ÕÛ"
  b"~\x13Qå!i┌\x02▒(╚ئ{SØ"
  b"~\x16«Åû5╬\v÷ɵ%ÔÝ▓5"
  b"Çl¨│\fÅ┴Ø;ñ°ÝÀß®O"
  b"é\x03¤1áþÚ,\x01÷\x0EÉtÿUµ"
  b"‚-g\x11¹kìêmwÙ­’ð‰Ý"
  b"‚­²DÄ#\x07ƒR›BfçLP\x12"
  b"â³oÙýØ_ï¶t█1³ZÞ┴"
  b"„wrvådLWÑ\x08\r袿u¤"
  b"…yDOüâY\x02\x11\x1Al˜(\x0E¸@"
  b"…˜\x7FÝ 01k›Ûm¥—â½Ã"
  b"…ΞvõÁéeZŸÈá”7=""
  b"†Eú?~c‹y\x1Cô€ÖÔÚ˜1"
  b"†ÿ˜W\x13ÊZ‘ÖU€r£Ž¥ÿ"
  b"ç#øuk╩uà█ì¤rR\x03u┤"
  b"êDò‗Å°┤┐ÿA╗âé╔È "
  b"ëüäjm\x16(Å´KÔê'ê¿Ò"
  b"‰å\x04&b€\x0E0+ÝåtfÃmH"
  b"‰í¢ú-+7Rë©R<2R}Ù"
  b"ë¶Ù(êÝ║\x198ìz\x11îÄ^¸"
  b"Š")U[—©¼”\¤ÒRO$Æ"
  b"\x01`'Ù—"XõE*1}¯Fð"
  b"‹s+\x0F“ä>˜ø.¯¨ò\x18"
  b"Œ†ûÞ »ï*¯ä•\x15k;ñ~"
  b"Œü Þj´\x18\x19ýŠ\x03ì\x19š"
  b"ì\x00ZOª┤■+\x13þ\x11ê▒^\x0F\x0E"
  b"ìÿ:2ÿ\x7FÝIe┤)´"░[\x06"
  b"ìÔo|\x13ï©LH╦#+]┬RC"
  b"ŽÒ\x17%\x15°\x7F,Yè½ÆnæÕ{"
  b"ɶ7\x07<╝LrÍyæ╣ÀbR"
  b"‘|j3e\x06\x06‹ê\x01j•\x16æ\"
  b"‘Óoшƒ¥“|Øjjé{Ñ€"
  b"’7 ²WÒ»];M=°ÄÉïÈ"
  b"’ÁB\x19\x08x:\x11òªgÖÒ)-\x06"
  b"“¾õЉ\x17T^]Jô12ÌÕø"
  b"ö#-üY\x11|fK\x06c¨^?\x7F¢"
  b"”’-ÔÂîÓCCö÷Ù\x12[;ô"
  b"”ñÖ˜N¸ˆ\x07\x0EgbZ\vèEò"
  b"•Mž#ßÎÆ[µ)»þ×4Ïü"
  b"ûñR\x14û6)ü¯@ÊyjÊ´ñ"
  b"˜¢Œ7–\x07\x04^ò½óCžLjù"
  b"™BþŸ+ ûå¬Æ\x1CØ@†\x04r"
  b"™¸ö@\x7F¨\x10úÿƒ´ã› Û:"
  b"š\x16O¯¬=º~lê’AÓ\x08Pg"
  b"š\x1C¥žDß2Iÿ\x12}1\e‹S»"
  b"ÜÚäüpJ\x12\x03╗▓ò&┘*Eg"
  b"ø7 \x17Ê4È7óÉz´ìc╩4"
  b"ž.ñ³«Ëƒ\x07\x16!\x7F¬:ŸH+"
  b"žƒq¿Â\x1EÎu¤ÚƦE#Ý\t"
  b" Šÿ\x02×Án€{´P-ðÒ³*"
  b" Œ0Á†óΚ¨½—ÊB*¹º"
  b"¡m&¸¨‚SSøך髼\x17|"
  b"¢#\x14¿½LBK‡´äVçÊ»v"
  b"ó@ÅL\x03/\x18èMæ\x06ŵ¸æs"
  b"¢º\x0Fˆà\x08¡¢¥4—Im»·*"
  b"£%;›Ó;#G³å>\x1EÌ\x15è½"
  b"£À"\x15_4\x18e\x19%ÖÖré’\e"
  b"¤^“KxÕÞÕ\x1Dq\x1EÚS,\x03¨"
  b"ñf\x08"ã³Èú/àºØô"&2"
  b"""
    ñ┤\v¯\n
    Á¶·óà±î▒É"Ò
    """
  b"ñ╗?Ýë}ä3\x02ì/¡└wÝ)"
  b"ªú▓└hºDÅHéʪÞÆ©\x16"
  b"¦½_]ã/O\x04Êþkr\x07½9K"
  b"§\x07i)ýX<“•oCИ¤Ú‚"
  b"©\x7F\fµ¥'ô>}Ù4¦‡“ÑX"
  b"¬\eoÏ•ÙN€[Ö²:2\x0FoZ"
  b"¬4\x1Fí\x0F9Á*žšqÖ:\x11Ñè"
  b"¬ÝZ):,Ý\x13cýd\f]\™¹"
  b"¬ßf01gXõgþ.)Þ~\x12Ö"
  b"®;˜\x1E¿ oȤg\x1Aö\x1C(Ñß"
  b"""
    ²(h¤FÖ\n
    ï·)%Ÿ0½áž
    """
  b"²4&êßž¼80(·\x13;ÏÉ "
  b"²EÈN«-E½¬Žøê~ÿ\x11\x05"
  b"²K—‘\vo¶wA+\vä\x1CÆ6Ü"
  b"▓ç&ÐÚ#\Û─\x17Å\x1CôÊ┤v"
  b"│O═,b"½4E\x1A¥ì"õãã"
  b"³õ/œ\x15æl^\x08w'µËh›#"
  b"¶:Tô®¥ÖyO ܦJx!/"
  b"¶<\x02F8Û)7Äê¥ê?+î‚"
  b"·\v\rvgà“sx\x02µ%ll3ˆ"
  b"""
    ¹\x17\x12øaGú\t­¨2\vV\n
    f3
    """
  b"""
    ¹"Û—•{\n
    z‘°\Ë#2¨\x7F
    """
  b"¹à£n¨Q߿ƱmkÙšÈ\"
  b"º›¾ý¿\x00¹­¾AFú%¡sÏ"
  b"º£\x16pRð’hûÜ»™—È\x119"
  b"ºú\x12¬TLNPÍ\x10ŠeL<É?"
  b"¼‹J£½\x02\x06\vs‡é\x122]¯"
  b"¼º7`Œ€‡\x1E¥ÑRÇ\x15’-L"
  b"""
    ¼õÕ\n
    †ò\x01û\x13\n
    µà\Òó¬
    """
  b"¢C▓kÎ\fxÉnÈQZ}ÔV¦"
  b"¾…<ªÏ¶ÿ_¦qGâ¥üQ\"
  b"¥ñJ:íɪ³9¸»²¯æÉ└"
  b"¾É\x0EÅjŽ#|ù1Mçˆ*2Ê"
  b"¾üÚ\x1DùâœÓxœY—\x02½V\x0F"
  b"┐╦ÚðI#>ìn╚\fÀ\x7F┤8ã"
  b"ÀVÍ\tv„/õ%xŽC9\x17–k"
  b"Ã\r‰cøD\x1Dà`>˜Þ_·ÃÓ"
  b"Ã\x1AmŠ>^Vâƒf{ x7Že"
  b"ÄbeH“.‹\x19\x12‰‘ \t4\tÛ"
  b"┼ÔQæg╦╩á|ì»Ï0█0ú"
  b"""
    Æ<}$*Y\j3=î®\n
    [”Q
    """
  b"Æàîhž+\x17Ó ®ÄW9J¢5"
  b"Ã═ª^t´\x07/Bü2òË»E·"
  b"È\x0EÓUñKTõ8©ž·\x00ÕG]"
  b"É/qBàej­\x08Ç\x1Eµ*¿@ˆ"
  b"╔É\x06ß9ÈaO‗\x02:W¾F\x10<"
  b"Ëv[Fµ\x0Fª¼íMت[´_›"
  b"Ëž¨µ\x03v½sâXÚ?\e܈¶"
  b"Í«– ä‰zšëèìÅdN¡\x03"
  b"═‗Écæ»»\r¥§qI8`ıâ"
  b"Ñ\x025§÷µ\x19òcûþ4\e\x1FÜ "
  b"ÐÈ%uk£░Â╩b\x0EÓ­┼üp"
  b"Ñß×ùNŒ\v\t0.\x114Xß\x19ª"
  b"ÒÄ˽\x02Œ»ù\x05uNRL5\x1F»"
  b"ÒÈzЙà=á,G³\x1C\x03æ\x18ñ"
  b"ËàÊÆ▄Ö¸,æé¾üú{ÍL"
  b"ÔUxsT7Jõî—¦R~áEó"
  b"Õ';\x12‡&+2ׂWL#^<1"
  b"ÖW˜\x13g5+'L\x04KÚ&â»\x12"
  b"Ø̽˜}|춰ÏÅ\x19Ör…j"
  b"""
    Ù]{ù+@\n
    ÌÝáÉjn_&
    """
  b"┘Â\x19¬Éd\x04í\x11ı▒Ðïc\x0Eu"
  b"Þ‹¡¢»7!ji#*&d­Án"
  b"ÞšCá8e\x1DîÛ\tBW™´|/"
  b"""
    ÞÂwãoQuÑ'»\x10Š\n
    ‰š.
    """
  b"áxßôîøQ*¤G\x01ôJ4Œ•"
  b"á¢.\x06ˆE¼\x07NHîÞa¨ö˜"
  b"áÛ³\x03ú\x18UDc•È\x1CÉÿ_×"
  b"ßß/┤J░ñ‗püÁs%M(T"
  b"â4è`›&ßvØH\x0F´Þ\x1E\M"
  b"âOÄ_\x03x û\x1CÛ‰o1\x1AÑÊ"
  b"Ô▒í═╝\fz%┐╝Û¨ü§\x18Ö"
  b"ãV\x08±¤\x07ŸíDK&ÔA\x1Dýv"
  b"äù‹Ž\x1A\x00\x19.ûTa°K²¸L"
  b"æ.%\x03IŸ<\v.i²³¶\x1A"
  b"ç\x15³YÕóh\x162¤1mâ&M2"
  b"èE\x1Ab ívƒûÑïl\x02/\x1Dº"
  b"Úü╗8\%ç¹┐«ÿC■\x01"
  b"ês°àê;°M4ë}ÍÊek„"
  b"Ûƒ╩╝ÝkSüEØûªHÕúÄ"
  b"ë/Wj¢sÎýz.\x1Dßé{ÐF"
  b"ë8òsj1trU\x1D\x1A\x18Ïò *"
  b"Ù┴,É+¬£0{O,²\x1F³èÓ"
  b"ÝEßà▄cç¨Å»\x01»\x08tj┬"
  b"í§Š\x17+6\eÑÐ&8\x13P›?T"
  b"î\x1D1æžÔYÅ‹6ΘSô…f"
  b"îõ°ŠxŸ¦kÍhJ5=Lé\x18"
  b"ïa*}W‰Ÿïß\x1D\x16ÍEK„ð"
  b"ð\x153ù)dƦŽóÌçzú¢õ"
  b"ðÙ,RŽ;\¼ŒÀj#…p¡\x7F"
  b"±ý▀█OËà8ØÓiϼÖæ¦"
  b"¾:©░4µÉ¨ÿXMUá\x12Ø¥"
  b"ô{-<û¡C¢j•-vXrÞµ"
  b"ôÜ°\rßMxAl\x00£’6T\x04ß"
  b"õ%\x1E‡‰˜‡—²“,½ïh ‚"
  b"õw\tAZÄp ?[…Em¥a>"
  b"÷,çÒØÍ\tìXV”{\x0F\x1C\x1FÍ"
  b"¸@6Þ$\x1E ì¢4ù\fãÞ?Q"
  b"¸─-\#\x7FÑÂí7\x0EõmöÉY"
  b"ø¯ã%îå\x14\x17b\x17°á\x19Q"
  b"ú\x06Dɀɫ\t\x1A\x00«=¹U—¢"
  b"ú%#eì–\x06\x18ÕÃê²3\x16ùa"
  b"·O¸BøÖÉ^g\x10,EQ¥}E"
  b"úÖÖC‘Û\x03ï»­\x1E(º“Èf"
  b"ý'e\x10¨¹ÃáWB·#Q=OM"
  b"þ}¼›\x1E6ø©€øbï\x11ðÉb"
  b"■ä@få\t\r~<êÒ\x02üÐ"
  b"þ¬\x1Dî.+ȳ›\x05àµ\x1E[h\x1A"
  b"þÀæô\t\x18{“? ‚\x0F\x07\x1F"
  b"ÿ5¤/x\x1CèŽ\x1D2\x18cÓÂ\x10\x1E"
  b"ÿh\x11&ãÌ\x03‡ðÉ陂\x05Š›"
]
56 3.35 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"\x04ÛjâUºQòTìõè!Ót-"
  b"\x06\x00\v\x03ˉâô)û&™î\x0E "
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"\x07\nÁ4ïÌ\x00•õÛ½­ÎMvX"
  b"\x07'©>®Ï `ˆ!Ü\x1AìaäØ"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"\t–(«Ü]ÆD“\x7F½yºOíö"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\f¥t@†¸lÛ”"@×Ñ\oñ"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"\x189iI÷óVÌ\x1002\x19ãÅÇý"
  b"\x18CK–ª¡é\rÿ‚J'äøp*"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\x1Aª.H\fd:@\x1F\f΃\r$"A"
  b"\e\x7F"#繇ƒwD¸\x18íîæ\x04"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"\x1D)î╠®┴¹×.µ%╠: 0ü"
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"\x1E¼„ó¡c>XÿI’^«¢b’"
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"\x1F5dÒ°¥Ó‡†óÜ©Y\x1D\x7F "
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b""\x17¯É6˜‹\tƒ‹©4èë\S"
  b""üVeªÂýMÙ̺q>Xow"
  b"#[*ÙfAL5ò9ŦÃt\x03£"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"$êþµ«þç‘ä\x00ÞÏ·+à\x0F"
  b"\x07 b'rpñœP5Ii]N"
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"(¦ÒYµ¯Zh%\x00°q‹iq""
  b"(´-–¢j™¸á”d’\x10]Kb"
  b"){\x1Eÿƒ'³K¼\x16£zò‘ï†"
  b"+æ-4ƒÊ‰–w"ܹ#Á\x06y"
  b"/>V›<¼yó‹d\r·,¬Žœ"
  b"/›6£qúô»#2ꦗ9¼°"
  b"04¥à\x1CïpgDëüšKj“‰"
  b"1±ŒÀ\x02Œ5]¹e«\x14¿ß\x1D"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"7:à\x15·h`░É!éq║¦)ƒ"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b";«u†èÏKÄü¬†›¡?Æë"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"<üôù½H µÊ745+Í!█"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b">ñ°ŸE\x13È:W®ÕÍ\x1E9–‰"
  b"?Ålû“÷0˜—½_ Þrz\r"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"DŽqtbEÕ‰\x1EAŠ‹Sß=\x03"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"E²╠¡═$qɸƒPí\x0F\r"
  b"GÆèÕ\x07»ÓŽ‹öz*\x0Eo\v("
  b"L¿\x13c=¸\taÈ?2 g5µ€"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"OnK[ÂË lå¹@g\x01föØ"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"YÍk|\x03ÿmg\x08¸ò3xÉ'Á"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"^L\x0EÉäª~þƒpô\x17y\x1D½¿"
  b"\x1D»¶H,´&ÉR±È\x14░á"
  b"`\x02^Hž´·}gúC:?Ý,ì"
  b"`mYꯉÿ@¾Eûº6¢UÉ"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"a=‗\tÁï\f╠äì▓╚\x12ƒÀ_"
  b"c¶(Óʶ\x1A\x132/ÀA®#X<"
  b"ehã\x1Eó‰\x05¦jEZ¼\vþö¯"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"eyî4SB$ÍT\x029ªÊËÞÞ"
  b"fÉEcÃÑ™þqšr´8iCü"
  b"g)~n@?4›¬É\x1Cå>°&Z"
  b"gÓç±5)>` \x1Fî¸ìµ{ñ"
  b"h¼©óê.á\x18šÊà¬Ù†1Y"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"i\x18¢J¨/0ïmÉ)yù”dî"
  b"i¥ªÑ+ÿ\f\x00©ÑˆCÑù§F"
  b"i©ñbxM+Kâ°b½?I\x08#"
  b"j»lë òêŸèÙËIÊK\v"
  b"kH‹»\x00”$÷•\x16\4wñWï"
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"m7\x17¾so\vK«¶äرÔë#"
  b"p lz-W“\x13´½l2Yjá3"
  b"r¬{¥røeœ†´è»\eðZå"
  b"x#8■É»\rz\x11\x19]"Úæ÷¤"
  b"x»š#X\m\x02sx…ìYÈÈÓ"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"\x7F\x19EÁ$E;<½v\eLsÕÙD"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"ü\x02lZ\x10&nö³╠\x10HÃwW▒"
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"â[┴L\x1Aj&CÅ\x0Eȼ▒#\x7F~"
  b"„=vÎ\x11‘7”Ò\x1Aîü\x18^_\f"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"…ΞvõÁéeZŸÈá”7=""
  b"ç\x01©kø\x14?┼¢Ì¯j\x00]ìá"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"ïØ╚õ┘ù\x1F2H\eå\x1CP\x15²{"
  b"ŒÑß»º/ŠÌ¬ÔÓ·VÛ­¦"
  b"Ž^œÎÛæ\x0F£ñæ&§Ã—îM"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"“¥\e7ú€\t5\x10”©Ò湑q"
  b"“¾õЉ\x17T^]Jô12ÌÕø"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"ÿø3í█┴Ó½├┘×ë&Ø#\x11"
  b"˜¡SÌõMAÚj4\x02¤;p>±"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"š\x1C¥žDß2Iÿ\x12}1\e‹S»"
  b"šÌfDf¨K¡N½Ÿ9èôiŽ"
  b"œ\x07³)ëcTD÷Kc^“š“’"
  b"""
    Øé├┼\t É┘ô:°ì'\n
    ãû
    """
  b"ž2©Å£¯1ÜŸtéÇe©04"
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"¢]­UÆœŸÞ”FùTÞ.w["
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"½ÿu9ü`q%;\x11\x1FÆÒ%\x02\x12"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"®‹ß]s†¡@–\x15º3{%m²"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"░dâ[Ø╔\x17À9àÒæî0╔\x13"
  b"²¦ÒÇKãÉx,È?¶\x1FË þ"
  b"³g׃Ü>*$ö›àí®Ô\fg"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b"³j_è¬4“ÞØ\x0F9ÒŽT·M"
  b"º÷\x1F!´½é\x13“ì†LºÅ7,"
  b"½UB\x0E\x1Eó\x06¢N\x04\x0E©œŽ"
  b"½¿njjò¢{˜¤DXw¡í«"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"ÀVÍ\tv„/õ%xŽC9\x17–k"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"ÂŽ\x0F¤«A£±\x01ê7‚¡}µé"
  b"ÂáÔ(Ï$ãDvü{Ý\x07˜;Š"
  b"Ã\x1AmŠ>^Vâƒf{ x7Že"
  b"ÃÐôÝ$œŠÓzä\x0FÐ\tÔ\x07ª"
  b"ƦšU˜¹§­ (g“6l=F"
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"╚╗%\fõ«Å\x1C\x002\x18qƒ┐ı"
  b"╔^\x1F7ìNÊUþ\x07¦┘║ @â"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"È└À2\x1EçPÅ!Y;Ð\x1C¼¯ê"
  b"ı╩û°│─ÜÆHoãêÝäæü"
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"┘'gûþØ■ÚÖ"ıJ(lBä"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"âá2\fg|wš´\x10(‹ÅÇQG"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"ã’tshŒ‹X<7I·Z»W­"
  b"å!¼Å\x0EPãOgSÀ¯WÐ\x04ó"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"Õ}\x0FCé§_ô'ü▄ïgÜä\f"
  b"æ)'³Àd}xU\x16†>\x00ª³B"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"ì¸\x06¶'¸G\x7F‘!Yn\x06K\vl"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"¯}giñ\x15¢ðá\x17Ét&■Ô\v"
  b"ïTzðuDG\x0EÂ6œ\x00Q\x0F̽"
  b"±ý▀█OËà8ØÓiϼÖæ¦"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"ò`Zãh\x00S.½aW\x15†ì\x16\x0E"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"ô(¬3PrÂ\x0FMЫ™­m;\x10"
  b"õ%\x1E‡‰˜‡—²“,½ïh ‚"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"·O¸BøÖÉ^g\x10,EQ¥}E"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"üL27(K§±¬ygŽz!\tû"
  b"ü|•è Á\x0Eßìw”y‘uFÊ"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
  b"þfW>Áu"&§Æ9­»—ÍÒ"
  b"þ}¼›\x1E6ø©€øbï\x11ðÉb"
]
57 14.28 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"Ç0P_\x1Cô~fó„\x1E}ðFÍz"
  b"æU/?[@­71ý\x08h\x0F,Ë…"
  b"æé®­Š\x00œó•Œ\x01JYZmG"
  b"œ\x07³)ëcTD÷Kc^“š“’"
  b"\ne\x16ë ÍsS\x00}®¯*þ×¹"
  b"\x08d=Ή!å`»Á’‚T£›ú"
  b"ã0¢Y³ŠH9ºäñ)\ZŠ˜"
  b"ññÓïßÒNvÞ쪯·Ž[‘"
  b"GÆèÕ\x07»ÓŽ‹öz*\x0Eo\v("
  b"kªfÈ{\f~XzPYØ€Ó$Á"
  b"ŽÒ\fá[ŸI‹a_îRB˜F&"
  b"åY»øÅè¿vKb¬aò\rŽ\x19"
  b"Çy\x0F\x1Eú³Ø"‹\x04?¹ïÏ×"
  b"┬vØyµ\x08Ú×f[¨µÎçñZ"
  b"E&iæ)F-y1*ñ\\x10¾¦`"
  b"“¥\e7ú€\t5\x10”©Ò湑q"
  b"üL27(K§±¬ygŽz!\tû"
  b"ò`Zãh\x00S.½aW\x15†ì\x16\x0E"
  b"º÷\x1F!´½é\x13“ì†LºÅ7,"
  b"÷╦\x13üÕoÙº'o\x00¯»÷ÏÅ"
  b"1±ŒÀ\x02Œ5]¹e«\x14¿ß\x1D"
  b"\x1F5dÒ°¥Ó‡†óÜ©Y\x1D\x7F "
  b"\f¥t@†¸lÛ”"@×Ñ\oñ"
  b"Õ}\x0FCé§_ô'ü▄ïgÜä\f"
  b"ı╩û°│─ÜÆHoãêÝäæü"
  b"░dâ[Ø╔\x17À9àÒæî0╔\x13"
  b"\x07'©>®Ï `ˆ!Ü\x1AìaäØ"
  b"$êþµ«þç‘ä\x00ÞÏ·+à\x0F"
  b"\x07 b'rpñœP5Ii]N"
  b"„=vÎ\x11‘7”Ò\x1Aîü\x18^_\f"
  b"kH‹»\x00”$÷•\x16\4wñWï"
  b"¼;▄\x19É\x08\x07\x17/\x1Cq▒ít"
  b"ïTzðuDG\x0EÂ6œ\x00Q\x0F̽"
  b"\x1D)î╠®┴¹×.µ%╠: 0ü"
  b"CJ@\x7F¥{MÓ'á …Ô$¿ô"
  b"˜¡SÌõMAÚj4\x02¤;p>±"
  b"x»š#X\m\x02sx…ìYÈÈÓ"
  b"½UB\x0E\x1Eó\x06¢N\x04\x0E©œŽ"
  b"\x00N@╬Ödü‗│▒ö\x01ÆÕ1ã"
  b"—¡'ç\x18Ò¢G\x06Ö‚¿,EO\e"
  b"ÿø3í█┴Ó½├┘×ë&Ø#\x11"
  b"""
    Øé├┼\t É┘ô:°ì'\n
    ãû
    """
  b":ajS\x05àl̈;Ú:¶;\x10µ"
  b"NÉi 2ho\tÞ0êÒ¨\x01À\x18"
  b"WêDñ›t@_@º¤_ÅaI:"
  b"\x1EÙ Éâu’Y>!¦Ý«¡©y"
  b"\x1E\x10\x11\eä«b&ƒË\fì"
  b"ýU¥ „;™æ\x16L\x11sLlÕ "
  b"Ê\x15«┌Á"\x13éúz\x17tà&ü)"
  b"|X\x10úž´2¡¡êãn1\x1AÜ2"
  b"A;"BëÝ^RD|\x06üH\x08§É"
  b"þ¬³„§—‘q’àx1\x01xô "
  b"Ï└W\Ï\x01\x11Ä▒3Å▓k÷┘6"
  b"ü|•è Á\x0Eßìw”y‘uFÊ"
  b"\x02­\x17\x19yá˜òªÃ½`\x10Ǿ\v"
  b"\x06"┼)\v╠$ÝÌê┴É\x18ùRÿ"
  b"ëâ”m8Ž\x15.N7ð‚Ÿø\x1ET"
  b"‚ðQ)ÜÕ¬&î˜ö\x14»F©\x04"
  b"\x1EïÂ]û\x07ßN \x0EÖæµëýz"
  b"9.o\x01¶þ½¢\x12\x0Eã!_‡ä"
  b"•Û\e\x17käÓPšaI·ˆ\x1A\tQ"
  b"ÑB4\x13mm3-–\x05Ðjzy¡""
  b"Ô‡Où*\šš\x11ôP\x1Fc2ÍF"
  b"³h´þ+@J\x1E‘¬ßÏÂ5Ü?"
  b"pRy\x0F5.\vfÅõÎê\x14)Ú”"
  b"VÁ¡¸ŸJs\x7F\x1CzKRåìǪ"
  b"Q\x1Fl¥èäý0MÂ2ƒQàü<"
  b"╚╗%\fõ«Å\x1C\x002\x18qƒ┐ı"
  b"\x13ÆÄFï\x05’Ze\ËèOÕ."
  b"!ÍRÄáJ¬zp‡¿bmý¿\x1D"
  b"kįõ\x13Dûdt\x15±\x0FªÑx/"
  b"\x10=Ù¤áå\x11\x01¥\rÒlÖ\x19\x07"
  b"Ög«á:\x16Å╬\x1Dõ└ì5]╔Î"
  b"ÂŽ\x0F¤«A£±\x01ê7‚¡}µé"
  b"‗Úê\x0E\x14üb¦®ù\x16~c\x1F╦À"
  b"‡GËäz\x02ò/\fé¦õF±Ý\x04"
  b"Å\x02…Ä8›¼\x12ë\x7F9¥—3ø‡"
  b"ØQQ═\x08×T@£OúB#\x08\x123"
  b"³j_è¬4“ÞØ\x0F9ÒŽT·M"
  b"²¦ÒÇKãÉx,È?¶\x1FË þ"
  b"|à­\x7FÉPíðoM_\x10Äwv’"
  b"\t\e\x18ü┌j┌]p\x1Dâ\x06R©&Ý"
  b"N“ušP·\vC<ͱïA…üÁ"
  b"A╚W¿┌2!Ýü§¾³L«Ï¾"
  b"f£%–Э\x1Aûƒcƒ/\x10aŸ^"
  b"\x04ÛjâUºQòTìõè!Ót-"
  b",Và*(?©£;îÕüÙ€C\x1E"
  b"P$"wÌ&6\vœÛÐ;uÂÖT"
  b" /’̾'saU&èC»ZaË"
  b"Ó9üV║]\rû¸fM¨\x7Fíc9"
  b" 8«ì.N"% A"Q}Þ┤\x10"
  b"R‰né\x01\x05ß¹‹['M½ÀÒ\x16"
  b">Ô~JæÚ„ìO%Z¹_Î&\x0F"
  b""ˆ‚äÁ\x18\x01=í5†åC\x13}„"
  b"@ûág»á(\x0EBìÃLè\x07"
  b"Ã\x12«ÊaçØõk╚ÿ×6■cø"
  b"Vð‘@˜\x06i\t\x11\x1F½Ç\x1DŠr["
  b"ó5Ñ+}VÉwxuq├╦W¡ı"
  b"Ð\x05\x11¦\x05ù­ó\vµsœgÔÖÝ"
  b"šÌfDf¨K¡N½Ÿ9èôiŽ"
  b"2]2>ù†Uµàϸ[“u‹\x07"
  b"p lz-W“\x13´½l2Yjá3"
  b"EP(CJ´4Íží+qÆ\x15;e"
  b"\x189iI÷óVÌ\x1002\x19ãÅÇý"
  b"""
    ¼┌Ú§°Ø½Ó\n
    \x07ıÀÁÀ┌4
    """
  b"W%"]ì!\x15h3#ê´/F╣╣"
  b"›’\x118BEñMÆU.4É¡¾z"
  b"83Qt:\x00½"©ã,}n\f…ò"
  b"â[┴L\x1Aj&CÅ\x0Eȼ▒#\x7F~"
  b"¯GQêHyL"Î…\rSO¶WÙ"
  b"!×õå uî6gÅd▀\x15ÁÏò"
  b"\rÍÃBô\x04œL@Eì9š¹"
  b"\x14\x02§è.\x18ȇ)›Ö¬ß¶Ÿú"
  b":~¨éÍC®Rþ’E4.ôÜM"
  b"04¥à\x1CïpgDëüšKj“‰"
  b":\x04\µ¸þ‚P'¨iwíÿ†—"
  b"B\x06¡ß3èÊCµü?═ı░¯]"
  b"C‰·‰W?‡Šæ’/쩳6$"
  b"¯}giñ\x15¢ðá\x17Ét&■Ô\v"
  b"ù\x1CÅÓæ\x13\x10I\x14\Uu¦fÕ■"
  b"I╔\x03\x17Ø>┘ıô®ì®¶ïËß"
  b"\x17\x04£,»QYKB'Q™\x00k±Z"
  b"g‗»ònP\x1E9BäóêÉÞba"
  b";ç¥IYû3ÿù[@\x1E¸Íà\x05"
  b"‗÷kıfPM┼M{DA┤5ÅR"
  b"i¥ªÑ+ÿ\f\x00©ÑˆCÑù§F"
  b"¬+*Äû÷\x06\x07wkˆw–õ·"
  b"%█<\x13ì}û▒\x1A^¨¯ÆTY\x1E"
  b"•nÈ‘Œm\x1Eøâ\x16_ƒ›•½\x1D"
  b"i•\x13Hw\x14\x03àHÔLÐZ0ÁÒ"
  b"¤]Ö\x041)\t–ø´ék}íÎ\x1F"
  b"À:\x1C’:µÒe"Ù™\x06‹Cßs"
  b"\x10_\x17TB\x05\x10x´r§-飭¤"
  b"\x17\x7F÷jäãÈ95\x12\x18\x0FàQ\x1FÐ"
  b"ØØÈÝm,j\x1C\x00\x06ÜÖN═\x13\x11"
  b"BùÉD—\x18¦\x04L.'®Âœ%g"
  b"ñþc«9\x12fpÕëÔpkÇjÞ"
  b"`É#┬õ®\x15╚g¢é\x15£|e§"
  b"Û$ù5ØÞ╚X■GdäV¿\x1D\x1D"
  b"\x11ž9l]KR•—UØÙþ½Ž"
  b"75íåÂc\x14Þ§╩é╠ØO<ª"
  b"""
    D‡\x01\x06å\x05\n
    Î\x18JÑšŒ‡j¦
    """
  b"ã½!R0(ŽB‚CMù†e\r\x10"
  b"ЮÞXRI„O\x11—ô\x19\x07\x06®\x15"
  b"\v™Á:"\x1CšØdAr$¯\x00Hw"
  b"Œs¹|i\x03233Ž\x02Ûß;\eÁ"
  b"n=@O·\x11ˆbwËô.‹³\x14\x18"
  b"h╗y!¾§\x15╔Åé\x12ñI©┤4"
  b"\r^9\x02п®«Y)…^®>!\x1F"
  b"Ñ«Ïsg­\x18ÿeèÅC30³¹"
  b"1œ¥ªC¿ôƽu8wÀ—qá"
  b"ehã\x1Eó‰\x05¦jEZ¼\vþö¯"
  b"‘87Eˆ|“Gt\x08^ÑuÜÐ\x12"
  b"ŒÑß»º/ŠÌ¬ÔÓ·VÛ­¦"
  b"Â\x01Sp¤À´\x1Am$ÌA®"/""
  b"¨U1ß@R$Ý\x06¢I¼ƒä‚ö"
  b"þ¨ikv§\o²J”8Ýè~ç"
  b"╔^\x1F7ìNÊUþ\x07¦┘║ @â"
  b" 50’\x7F»Ÿÿ\f?~'ömÿø"
  b"›ÌV\x11nR\x06ÝN˨\\x04 t"
  b"òÛ½\x15¤úªp諭DÊ÷:«"
  b"@!—ífX†\x0Eå\x14F)\x10Äàí"
  b"k\f6▒É\x07╦%\x16╩ ╣\x05ËG─"
  b"—Q¸y/ÀJ™6²ŽçDË^\x0F"
  b"┘CZ└7\x07\x17ÓÍL░éü▒hê"
  b"|\x03«\x1Aç˜\x01\x06¿>yg\x1F7­V"
  b"Ö\eÇïqøt\x02²X‚ë˜Ñ±K"
  b"9t?mJ¢\x04VU•îœpâý¡"
  b"É4░GÊ\v Æ³'░(U'H\x7F"
  b"Ù$\fOè}gÀ‡B½_\x7FG\x1C"
  b"B•aÇò\x06ïþ/Z^>M—3¼"
  b"²;/‹r\x031MÿŽ3¸šƒªü"
  b"\x14\x13-7v&i4ï»è+Qó\x02\n"
  b"""
    ¥!ˆZ\n
    ¡œ(4\x05î€Zñ~x
    """
  b"¤═╣ÏýÓZôÆ╝½8É\x1A"
  b"\x0F7!î\x1E”s:ɇM´®Ï\x12"
  b"\x16öûÃî…¼\x06„3È©¤\x16©\f"
  b"¸–þ{pÝÊG\x12ÊRêÕßnK"
  b"eÁØ~\x15}A7Uã1²ã@:€"
  b"ƺ\x02à½òÌÂOÿO©\f¢—k"
  b"Þlû@\x11\x12ÿJ#Äü…½·ïô"
  b"A»>òiEJ/ÐÇv±vK\x19"
  b"┘ë26{¼ÍÁx¡Øå×µ¬\"
  b"·JsÎ\x14#3─Dh¥Å\x1F&JÚ"
  b"(];*\x04Ãü¾.@N)\x08ùËß"
  b"EÉ┼4ï╚è\x07?é¢t¶R:ñ"
  b"D­ûßBÆìmÁ■«ú¶\x1A«╣"
  b"-¦AÅ0]ÊÏ╦1┤'w\x00"
  b"""
    \x17M…Œ\n
    »^›&‹Sð1´§¿
    """
  b"œc1\x02ßP¬ÅP~¯ÐîÌmm"
  b"Ѧޅ(\x05{rÄkkdÔÞŒæ"
  b"N¶&P4º½Vi[·\x02ÝJ)Á"
  b"ü¨\x11¥8┤2├¯oÚÐ┌P²\x1E"
  b"æ'”Å6†@u&>àzm\x1F¦È"
  b"EAæi—ÙF\f+ž¹rvØrø"
  b"ÂMmRÛKºY\t©™”\r%\x1C\x14"
  b"2ÛâønŒäYPuקø•üÚ"
  b"j1x¼0}å©c`nøCPÏo"
  b"\x13ÛŽì `šÊæ\t¡¬Oƒö¾"
  b"œ%O„$Ö6˜P¯w\x0FÏ>L\x16"
  b"Ìй\x13\x10³b"Ø\v\x16]5\x06\x1F\x1E"
  b"ÍQ²:Z'\x0Eè9ö´\x02Ãÿâk"
  b"V™\x0FX2ÐNK\x1E+§ü…™¶?"
  b"i\x18¢J¨/0ïmÉ)yù”dî"
  b"Ó\x11▀@kWKùóü%>ëZu½"
  b"îjsú´Æšò06djVž¼¸"
  b"#JÇ4ßdˆÎ\x1Aª\x10#Pìÿ\x19"
  b"""
    .\x136è•îvç•\x1E\n
    ÝBåq\n
    """
  b"ƒæUl°\x17@©ÜP\f\r£‡Œâ"
  b"Ìü,P\x17MâHx§p\x1D‰Ï\x04]"
  b"B8ÐÜ.«'hU›œù\x06 ¦œ"
  b"\x18´ç#Q├4\x05\x14~#üG\x05\v?"
  b"EH}\x7Fð\x14\x154y\x0F=ãX7\x1FÞ"
  b"h\x05ˆ;_ÌÅA5?()gŸ!‚"
  b"€yÏd\x05Ð9\x0E®=\t(‡g0š"
  b"”c‰·u<³²ÀyK,‹V|Î"
  b"ää O”öW½_¿Ûe°\x00Ý$"
  b""\x17¯É6˜‹\tƒ‹©4èë\S"
  b"I]V;\x1FG"m‘FÛl5ž~w"
  b"OnK[ÂË lå¹@g\x01föØ"
  b"\x07\nÁ4ïÌ\x00•õÛ½­ÎMvX"
  b"""
    \fHzã+9Á4!\n
    B\x07šÀ¡&
    """
  b"¡Ø®Gü»!â.▄8CÖ8\x11]"
  b"új\\x02„ÿ¿òð}©ŠUŽ*¶"
  b"o+dÑ▀>\eüúp:\x16o|O\x05"
  b"║úqj┴ìÉ┬\x04æ F¢n`P"
  b"ÈÔ└Æm³³\x1Cb└e¶ovÒì"
  b"\x06¥@J±[\x17NÅH{:;Dðı"
  b"O¼R\rû\x18KèÆ\x16\e€Ä;)\x06"
  b"éz®»UŠNu;8³e¼\vë?"
  b"\x04„…\x12ÇñïªNáí†\x06€~€"
  b"Ø└þÙæÝA\x0Egs\rƒÀ¢\t"
  b"""
    ╔┤¸»ê\n
    ┌go_Ý╚¥ü¬J
    """
  b"Wu§%\x01šó?z\x14‡S±Ž×b"
  b"[–OÛ%Y=\x06ÙTcêžS33"
  b"ø„\x04+,ü0×TüÁŒ@^.›"
  b"~¶R\x18\x7Fô±uaú(“¦•t›"
  b"ì¸\x06¶'¸G\x7F‘!Yn\x06K\vl"
  b"ˆI\x10È}Tdc»S’¯ÕDŸ¨"
  b"\x05µþ”½2úŒ\x1F\x181؇\pñ"
  b"\x08▒ô¿&░O╚¡\x11╦╝ìûi\x1D"
  b"Uç_ÂÀTþÓx\x00s$ªÉ\x07"
  b"W´§kv\Ü\x16¤ 2ÿfX³›"
  b"ÿ§—GŒ7”Å\x1AòII\x0FTT\x7F"
  b"Qï;ı­È▒¼µ╔Ã\x16ü\x08üA"
  b"d,ã*\x17ÞÞ£Ò\x1A&‚j¥…\x02"
  b"µÌ…©Í\vYJ+ÙŽþ„˜r¾"
  b"Ú¢BÄë/Ï·˜x@Zñiï "
  b">ìÓ\x06kNÛY\x12┤<CÞ'K7"
  b"‡²ðôž‹Tû\x06Ï–*OÏ#A"
  b"›Œ\x04ƒÀßçÖú/\x14¤€Ì\x121"
  b"┤▓jƒ\x03ö\x00ÅÍ\vEͳñä'"
  b"’-é%’ÍÆ\x1DPV\x03¿q^pi"
  b"""
    ã…W]¸‚S³Í2fèÒa\n
    å
    """
  b"\x01ñ\x07"µ…ÐNR\x02æ\x0E\x1DÓÎØ"
  b"\x14dA—0²:K²òçY\x03\x01"
  b"\x1C\x05›b±·\r\x10ÊaMzNFJi"
  b"\x08‹y\x10JMo_œv"(dü"
  b"j'iÍ{ØëÞ┐+Wa\x023lO"
  b"¢=ÈD\x0Eƒ*Óð6ÀDô?\x10ï"
  b"┼l§\x18ì6ì╗▄à¼\x08ö\e■2"
  b"\x15ì<‹\x18\x16Ö+]æÅüá*2`"
  b"=/œò³EEfóï,#»<¾î"
  b"ƪ˜Ñ·ø¼&¹Ë'6ûŸ›("
  b"/Åñ¸Š2(;Åžf¹-^\x00Ž"
  b"`Q\x1FÄ{oÓô\x0E¢aŽs)\x03\f"
  b"ž+Ù–›ÍÁ\x06D\f\x055\x01ä\x00\x0F"
  b"¼?\x00ˆXBRE5\r»\x7F\x13¡5i"
  b"\x15\x16ªõü%¼!±\x07¿µ\x1Ayõ…"
  b")ÇÔÊYà/\x03LG¢0ôŽ\x10Ì"
  b"Å…ªò<~4̾æ-Š‘7q\r"
  b"ÎÊÄ\x1F¸iâªP~^å\rù\x03ý"
  b"\x01É”…ÓÏ­y|ã;;)ºa;"
  b"mùÉÔ&íÆ×ø¾'~\x11,┌E"
  b"u\x1E2G:«\x1C„£šn\x1Fk\x1A¾â"
  b"u¡æ1ÁÆ:j.q_kŸê-m"
  b"éÀ╝lC±\x16╠fìÞ\x04╦Ó«\x12"
  b"ÐðÔAT̸¹Édÿí8/iz"
  b"ô•ïOr\x1FÛxi7ÁD²,\x16\x13"
  b"""
    \x1AœÔ¾ ê~\n
    ÊÞÞ‰ˆ0\x10
    """
  b"Z’A)6x*n¯9šQI\x12HR"
  b"Ú╣þ±¸\x13╬Z\x1Aà}É6\x07Þ\x18"
  b"ç‰\x03*úKf\x15oOûo‚%çM"
  b"&Å]D8?\t$┐\x04Án\rÍ»┘"
  b"N_b;ȼE·'öÅúÊô\x19ê"
  b"Q©{2BZ&K\x06\x13J`Ùñ>&"
  b"çèä\x15°¢Õ‘Ã~§íK"µ_"
  b"\x05└┼q¤Ô/Øt‗ÑÉ|óáÌ"
  b"E²╠¡═$qɸƒPí\x0F\r"
  b"z\x15\x0F\x18‹A~×m6'}s,"
  b"\x7F°■_Øñ\¨\x7Fíí⫵Jg"
  b"½¿njjò¢{˜¤DXw¡í«"
  b"ñ\r㽋¸ÔÛ‹\x05\x7FŒÃC"
  b"\x12\x03k\vç`s!AÏ\t\x7F_d:\e"
  b"&oXuJ'×cq0àɺaµl"
  b"){\x1Eÿƒ'³K¼\x16£zò‘ï†"
  b"ƒè@ˆ¢ÄþØsÉñÍN³d¯"
  b"ïØ╚õ┘ù\x1F2H\eå\x1CP\x15²{"
  b"šR”Z±×—}‡²Äœ\e\x17\x06Ð"
  b" Có_ÂÑ¢ýâ4BØé\x1F\tó"
  b"̲XÃhp˜%5XÆ@\x0E0y”"
  b"Ð!öÿ§á\x1A¨Au¶Æ+åM:"
  b"\x16R|Ì\tž¨¶\x00£ˆ0jÄš\x01"
  b"\‡uÉ\v¦ÏÔãuQ“݉\rÓ"
  b"\ˆ]§eB\x08¦ýšµ•¿eÌr"
  b"e°ÿ¿þ0¼³ÁöHÂ\x14]xg"
  b"†×.x\x16Á¢ˆ(©Må\x04™TA"
  b"÷µØ\r░V\x07\x03┬LÃ;\x1D\x1Aa"
  b"\ríÁÐÏ\x06 ×Ê?êjþË\r\x1D"
  b"\x15\x16C\f–„ªvN°uW¤-Gx"
  b"BGFÌI4În\x12…æŒ*[HÖ"
  b"Ÿ\x04¨å;²ÛÈ\x10æWÉâ‡×¡"
  b"Wš²\x00\x08\x15#ݵÍgB\x1F–µ’"
  b"╬¼\x07ý¬Èpró²ÅÍë\x0E\v"
  b"Ь–\x00A0AWí\x1Eá†ß\x17"
  b"ò÷Ç®Í\t=;$DO.k@\x7Fƒ"
  b"\x179\x03XÖ£<ÅL,í\x01\x08\x02ı³"
  b"-Õù╔«!^}[/P|2üñû"
  b"A]Ñ:|\x17{é¥2┌­8ÉV\x12"
  b"j»lë òêŸèÙËIÊK\v"
  b"‡9\x1EEÀt`pyê~–]åG–"
  b"“'3W\x1D\x06Íükù"2k°Q9"
  b"”u…\x1F@qÇ<Ébg¶÷\x07"
  b"醊ûìðÆK\x055Žé\x12\x1D“G"
  b"•WMø\x19ˆÎ„½æÏÓo>µA"
  b"\x05vÌ<3Ù#Ø═xO·a­Uâ"
  b"\x06ž\t ¬ùƒìg7\x19{B¦X©"
  b"$l\x02ƒ§7í \x13L\r±xž¶\x03"
  b"+”ÿÊ\x01ÁÀ­ØÏ>J"µQ\x04"
  b"kªüEGà·Ê2ùNœ¾b\x1C¥"
  b"vî╝ôd?úÀ&Å\x19L\f£àÛ"
  b"\x08$uÜßo┬\x18½T╔╩Ø\e"
  b"¡ÙTD&üñ█\x07\x14\x17┬╗\r"
  b"Àz\x0F–‹t&e#¬5áp%\x1F|"
  b"\tMõ¿ç…lV$ܵ[ªü\x10]"
  b"\x18!øYãAêé\eš†5›ÉÈv"
  b"\x19±ãÝ\3‘J$†X÷\x00(Е"
  b"-Åysà}ýDµ‚>Ñ1ŒU?"
  b"Jìÿ¿7\x02iñ`(ñF\x1Có›ú"
  b"r{8ê‘Ìé§\x1E¹söª|‹ß"
  b"üý¤jg\f^x+┤Ì´»T+w"
  b"Å┘P▒\x7FöH┴¬╝¿SF04\x1E"
  b"ž2©Å£¯1ÜŸtéÇe©04"
  b"â³?I\x1Dc€¾‘ÑžTÃeOÓ"
  b"¹£Z*ìõj\x07°£ï­ò·ç\x1F"
  b"\x1EM/H\x17╣_¸\x17OKìj"▒┼"
  b"ev÷i═æ$ÙÒÅ┬ÉÐ┬hü"
  b"j½¿m\x7F!ÝšØüVGMrŽ>"
  b"ÀqûYÞ\x14›ír\x01Ò\x03›J\x04Û"
  b"┼╠¿õ\x19°┐qúäÉp╦¿­f"
  b"\x0E¹Y\x16\x7F.5Œ\x03ê$OÄK¦N"
  b"\x15€×\e„Üw­2x2Àgô\x12Z"
  b"""
    \x15\e%‗\n
    ¨°;ÉÙz‗┤U¯
    """
  b"`\x02^Hž´·}gúC:?Ý,ì"
  b"ü@ij\e\x15P╝T-b\x1AÎX\x010"
  b"\x07s)Ô\fök±f\x11PÙò>“"
  b"ûP4}ìúõoF>üøX®╩┴"
  b"¡?(\x0E‘™Û¤±\x7F\x1F&½K\x7Fž"
  b"ÐOsvÊ▒Qy9\x1Eü;:▄\&"
  b"ï?E!Ä\x02\e&ˆ:¾ù>Ã"
  b"ó&+¾z’–\x05¼êZ5î‘r~"
  b"÷2¹Z¤_ýù!▄Cì╩Ð\e\x07"
  b"úös¶ `aº2\x04êÄ¡.#Š"
  b"\x044­ò²üÛ“\x11bV”«5–¢"
  b"\x15\x1CØÁÃ×▄»ã╗_╝åá!¶"
  b"\x17øI+╠<\x08Åñ└©‗êh*░"
  b",A-š\x1A\x15¡`\x01/l-jˆÅy"
  b"^À└¸uûà·|▄@GÖÉ]Æ"
  b"™þjÃö‘XLG\x1F\t´®V…Õ"
  b"¦!<´ >}\El¥š-)Y,"
  b"®\tÏ;âü§BV\x1Es\r\x02P¹²"
  b"Îgl\x08ÊÅ╠ÁÏ_Ñ!ܲ\x17#"
  b"å\x18Qâüì\x04Ã2'Lë\x7F\r\x1E\x15"
  b"î©eÏø4YÿãÕ®h\v¯m"
  b"\x19Ì2‹ßg›¥\x01ž:5ÛLÌþ"
  b")\x1D└┬ŨêØ}ÔåF\x178╗Ó"
  b"hEŠaq{!oM±ìpt\x0Fi~"
  b"¡="ÚÍý•ŽýõöfãOÃ"
  b"½Óâ7B6²¡ríwWë¹H,"
  b"Äh˜U¼ÁéHŠÉ½'bÃ#s"
  b"âá2\fg|wš´\x10(‹ÅÇQG"
  b"øŶ\\eõ#ceîQ·”Ð\x13ï"
  b"\x1FüÝA¤4Ý–\t7|ÜŠ¢©b"
  b"/òcnáÇâA/¶\x1ELmŠ\x17ù"
  b"3„\r…G\x1A‡“VïÕ\x02ì~A\x03"
  b"6ñÀÂG,ë9k'À-„›¢\n"
  b"CËõ€ßŒ6dB\x06 \x10!†¯%"
  b"k▄\x19Þ\x1DÉE‗S\x19Ä\x16«ôk\f"
  b"""
    …#­H‚Ά\n
    Ø j\x01ÎB\x0Eá
    """
  b"¹)Ö\x086ûg^±Tkó\x15E{Ã"
  b"îocÅ:½H—†]>^\x17¸GR"
  b"\x06wŸD:­hbggC5gŸ\x12ô"
  b"""
    \x19\x11ÔÿF \x11\n
    ¯d\x01bL@\x12
    """
  b"GÜ`ng\:\x0El?Úr\x17\x18\x06ˆ"
  b"\x13NZ鸺•¸D3ÐPÒ\x1E›^"
  b"aWy\x1E\x162îáÃ\x0EÞ\x00LKUŠ"
  b"t\x01¢®Ú«ºâ_Z$åã¸3?"
  b"w×/¿6zÇž*‹„ÙCÀë•"
  b"ü£í1m¾÷H╔ÁÝê}\x13@6"
  b"…oõê\x10²PȲ];Ð…=y¹"
  b"æk>?S\x08ì\x13\x06xßd²$"
  b"£˜qïÑñá'\x14_\x16?¢²\x14ˆ"
  b"¸­È\x1F¼Ù-Îÿ±r­N2\t;"
  b"½\x1Eëâ+]l\x18\x010-¬ûêÉ›"
  b"├L\x0Emìk╬w^½Ý\x7F ╩âr"
  b"Æ%6ÒX¨Ø­\x1A\x05ë\ré“H—"
  b"±Ï(Þì╔¬5þ\x11®oéª\x13Ø"
  b"\x17Þ™9\eø\x03&^ Ò\x02u&Y9"
  b"3╚ ´*ÏÉ\x18▄íüQ╩ýÇ╣"
  b"@└ó­Ý┴Á¨\tü┴µDų"
  b"C!üvãÄf™àöwÉgéý\n"
  b"E\x04®ÞÊ┌ü┘\x04╦¤Ck╩\x010"
  b"GvOÓ±õ¢0Û\x04¯æÛö]Ø"
  b"R\x18¢^\tj«4tLÕby·:a"
  b"hYåÐù^6ëlßÊv%ã\v»"
  b"""
    tÉç~°┴q_▀µ\rü-³\n
    O
    """
  b"š?\x15·Ù×úƒ\rÝöã\x05*ªô"
  b"£¼ýrm†%ßDB©\x03\x0F:\x18Ë"
  b"""
    º¦'H\x12=½@\n
    (Ò~j\v7i
    """
  b"Ý*i#[+›,æ9_yë:Ð["
  b"ÛØp£mt²q¬È.╔ .b,"
  b"\x15][¶\x10f'\x1F\f¢ƒã\x1FÀb_"
  b"\x1CÀÅÿf¥¤\röðÈêg=/}"
  b">ÍWjGatŠ\x1Fs8\x08š\x0E\x14\t"
  b"G\-\:A§Z®Ø…ÀÓ½u_"
  b"mÏ_ u\x00C\x1Dûì’Y.\x1E\x04"
  b"„%\x01®\x1C@|\x1D}–5Ï\x12\x04"
  b"Ž¸ww\x0EÊ\x08Ë\x17gºøE.\x1D¢"
  b"É.\eÆ\x05Éëôøi;JzÀ6×"
  b"•À“(]‡\{\ó)—Œ\v-3"
  b"ŸÑ¾GH´R\x18Æ[„÷‡o\rš"
  b"╗ßÎ─ÊéÂà²\x19¿Òø▀ì®"
  b"½N¢ìS}Ý\fcý¸‹’IèÃ"
  b"ň½\x08_®P=¸6ۖǦ•n"
  b"╔G╠ÁáüÕv$Ü\x17Ù>»[\e"
  b"Ö«}€6G¬h‡ÖÖE=Ž…"
  b"¶üÌ'»Ó|‗│÷ñÂ+Å\x07s"
  b"\x07\x14O§ˆ€lfˆõál×Y#m"
  b"\x07D7X\x168Qß\x15o©V[\x0E¹Ç"
  b"\f5{4ÆÑŸ%Äy\f ï]à+"
  b"'Ï7´\x7FX@ÜŽ\x12i$ÏõG/"
  b"2=˜²D3\taª´ \x17\x03\x1C½b"
  b"6\x0E\x18©djpx÷> ti`"
  b"Wb.ÊmkRëCF…?Þ|Ã*"
  b"i™d\x07ø\x19‰rÆAÓGß×M‹"
  b"\rÕUWlâ0±¹«¥F_ª"
  b"Šn:k¹sR?úÜ›º\t\x13¥("
  b"ØÌ\®tØxp¶+5ÌSůk"
  b"±w‘Y¸&î*ž”íä:69Å"
  b"©╬┼ÙWE\x1A}╝ìàî{³J¢"
  b"½bvØÓÃW\x11\x0FmkÃôâÒ’"
  b"Â\x17m«Dhêp»\x1E3¥=\x10O"
  b"Õ*èÎsü²ÈfªOµ\x14È│à"
  b"ëIE\røÀM`'u:„\v‹ôÙ"
  b"4Z\x07?™Þ<"ŒFf ᙶ&"
  b"O/ˆ\x08G\x01à–¦Z=ÀRGz\t"
  b"Z‗¿▒ÑûruD$\x00|üï┐å"
  b"vÖGÃ1&\x0Eæ°sÑi”$9/"
  b"y\f|‚\f)©Æ\x1A€Üj%j\x12ê"
  b"ye\rà\x16\x03ê@uCmeü³\x1D»"
  b"z\x07ü¼Ä“&‚H"Ã\x013Fc;"
  b"ïÔA\x17°\x07%Ä^╚Aüm^kã"
  b"Žn_O…f÷\x00ÚCú%œ`Ùî"
  b"Žóv=\r$ãýVr"*©Ü[´"
  b"¤Á%2ÜJÇÚ~;Е·þz\f"
  b"Äñ¶;\x08\x11´tå@hÀe1_"
  b"""
    \fm\x13þ\n
    üYDÍ\x1CuG0$>
    """
  b"ÚldíëŽA~8G7ÿ.«UÆ"
  b"ô(¬3PrÂ\x0FMЫ™­m;\x10"
  b"(9*Ò\x17\x13$M™è­JÖPvË"
  b"b╠R¿´Õ\x02ØÂ3½-╝kZe"
  b"uî;n«\vzY0žlŠ·*J¼"
  b"y¸çY%£ô6¢Uã·\x06Vóc"
  b"Ÿ—ƒÈÙEYˆ¤¶$\x04lÀŽ¶"
  b"©ï±\x19$Ý7Øðo]ö▀\x01╚b"
  b"Êõ\x7FazDí¼Ø└;¤±ıyE"
  b"ÒùMxõ˜*w\x07¿ô}(Ð@R"
  b"ð¤*I\x18\x19º8\x10”bÌo+2Ç"
  b"$>‹\x11\x16ÞsÉP¥i\rÓSµ"
  b"W\rÜ“3¶\x01Æ@{*u{\Z\x17"
  b"Æ\x16tcùöØ└@«=÷ßËÝL"
  b"ñ\tNNüHÜv24ÁóY{¾ð"
  b"\x15\x03ª╩tüg³ÃdæYÜe#v"
  b"@\x02C\eñ9\x18H[!@Q$9'e"
  b"C\x06hj›0xgcžî\x07+ËuÂ"
  b"âC{ñÉ┴&¹P\vÞJY▒&S"
  b"ƒ6\x1DÉÜO¾O8Z┬5|·:Ý"
  b"¡b7q\x18S‹µ~¿Q•ã!îp"
  b"¢G§ha†_¤\x04â]H\f‘ Ú"
  b"ɘ-ÞéuËXE\eó%Ñ\x19–o"
  b"Îã*™HWnõy¢~àâMÈŽ"
  b"""
    ònÇÎB\n
    èà8\x1C\x02ÈèÇ'\x13
    """
  b"\x11êx‘¦ƒò6®\x1AŠjg\x162{"
  b"\x13SÕƒ÷ù$˜\x0E\x15¹\x13¥í"
  b"\x1F9[ž\x1E;Û×¥À—þ\x18\x05\x1F"
  b"\x1Féó¹ÓÔ ì®I¯■·Ï4d"
  b"$¤ì1/-Í“%ñ?®7˜!"
  b"0~\x7FŸn,Bb\x0E™¼lz±º©"
  b"2·?v»F€{\x17ŒP—#O¥f"
  b"<Ëÿ\x1F^ø(Æß\x0F»▓²╔ÃØ"
  b"Aû+b„ÓäŸï‘¸\x01N†\x07\x1A"
  b"\`═f╚Ò\eKìµ\r¬®\x08w\x13"
  b"]5ýmdº$N¤šB\x14VË=¯"
  b"a¼˜#h#øz[Tzüˆ«"­"
  b"cCþñMé?BŸo?$\x11\x1Eñ"
  b"""
    |ôÀ¿üZÔ\x19\n
    îº\x17ûô\x14é
    """
  b"~øN¢âø©%\x0F\x17Þl\eïq©"
  b"ù──¼æ»õèÝ¡Ñ┤CØ^\x19"
  b"šL÷é/T¥ºM\eŽd‘2‡»"
  b"íJ7ú┌â\}ɧ┴Ç$ª¥/"
  b"«óÌ4½çáˆR[Ã.…§fˆ"
  b"·|\t±;NÚ\tï&`<Y\tä¡"
  b"¹’æ+ Ñ^Auãw_µ\x03$?"
  b"ÀÈX„c7\x14%Ú—U(·'Kø"
  b"═-┬ÚÉ╚SÒñ\x1566¿¼Z╚"
  b"ѯÇhp\x14’/Ž®×ˆõ«i¯"
  b"ê@S\eÒ+<J~ßS\x19Q‘kö"
  b"ýüNüj&╩EDî«%\x05³ò¤"
  b"ïCr9)†¬hË'eÕ\rwBã"
  b"´╚ø÷\x1C+ƒÉ®╠Ý▄ÿm┌Õ"
  b"‗ø\x10^ 2m÷ëÏ\x08?#GsØ"
  b"\x1F­\r²Gð´2yO¨~<Źv"
  b" ?õî:r8î\f*\x17¯×a\x12¤"
  b"?m4\f–ä§)£F5¤ˆ¿«÷"
  b"e\x03g\x1D0\x17ËËØ*þæp9tn"
  b"rÍ(Šª>¡r\x05š€¹v‰ç¸"
  b"˜I5¦Ù&‹Ø\x1ASc\x1E¸n:\x19"
  b"£"« ì·▀¥qö\x1D█Jï█x"
  b"­\x18‚Ü\x10ó3KqÐ$\x08c®¿g"
  b"ó[\x14‡y‹§ªÓñ$†®C¥,"
  b"\x08¶É║»ÛÝ9¢ó\x11ù\x0Fþ^ò"
  b"'v×=\x16x\x7FžŸ@ïÏ‚£ÞÊ"
  b"Lüªæ°fAı\x16\x0FLiõ┤WÖ"
  b"Mÿ7ý╠T^:kpØçE\x00"
  b"TSò…¿R9ìAhË~\x04@ÉÕ"
  b"e\x04“”\x07ŸˆW)ÇÔª\x1E\x1A"
  b"x#8■É»\rz\x11\x19]"Úæ÷¤"
  b"émÖSÉ?ÆÝ]Ñı''÷îT"
  b"ˆ£Ò°ˆ…Ù ’7ĉ!Ê/\r"
  b"ÅÎqÀK╔jw9(é 0\x18²}"
  b"š\x1Dò\x032ÐTa\x0FDó^&Î͘"
  b"øIJ[ì Ý£Õþv\O\x13o_"
  b"¬¯h\x11NJ¨}‚§×O\x089‹À"
  b"Á‗¦"Lpµ9¦4/sØó8\x1E"
  b"""
    ¸÷\n
    ‹æµ¿)\x04cqÎ@|˜‹
    """
  b"""
    ¥'2;~\n
    4ìoÃØRßJ¡╚
    """
  b"ÆOˆžñ¤3}úëëÀ\x07BÂZ"
  b"ã\x07Ìö«çØï¹ak\fŒãx "
  b"äôqibkÁ\x06†ù¹ÃðSß}"
  b"èµÿ™=\x18\x05ê71í—&K5Æ"
  b"\x17\x03í|*òNÙFo÷R\x01\x10Ø"
  b"\x13{Œ°íÈjÓ\x03ä'\x019$u‚"
  b"\x13ÕÎ╦!\x0FÜæPÅE¹\v~í)"
  b"!üɽŒ§Ü\x1CüzFªÕ$Ψ"
  b"\v»­\x15ìFÏ\x18\x17áu╚­P"
  b"Y¹ã\ttíT╗$¥`\ô\x1D"
  b"u–\e&\x1AH\x19]‡†s‚SÐkÈ"
  b"x\t*\x1E\x08█»2¤\x1CÅê5¥{m"
  b"x jH\x11\x1Ejû3Â3ï\vúÌ"
  b"ƒ'ìS±Y\x17{‰y`›)8e¥"
  b"”R»m.ÜJ¬\NŽ\x0FÞ‚Aj"
  b"¡^’£NoO]M»\x01©)zý0"
  b"ó{\vú\x1FÛÒÄY¦}J>Ø\x12U"
  b"©»Þì\x0E\x0EõK'q[(i«gp"
  b"³g׃Ü>*$ö›àí®Ô\fg"
  b"Òl\x10Ôd¦º®r\x18føÅzŸÏ"
  b"ïXZd£o)¥Ì)NÄíbQÎ"
  b"÷\vh\ˆ0¨x¤ZŒ»ñäÞ\r"
  b"ÿ˜©A­à­e\x0FäŒÿx¶zD"
  b"\x01ñ¸ÕÙ|º\x1FwÁEø“=Â"
  b"\x06qn6\r‡Á\x08‡i™<DC¤\"
  b" \x11ðU\x1Füwê\x1CZÙEÃ\x02,B"
  b",?‰{Ý„°[Ê:ù¼‹]×À"
  b"- L¦õ\x07\x1C%¥¨\x15\x06"
  b"7ó)Ó~1Ÿ\x17\x18[žM3‰"
  b"ZFÿq:û¥Z}Ã(\x7FÓ'þI"
  b"aÉ<©\òd£`A\ \x1F‡D¹"
  b"f@:µ\x1F\x1F׆¯kÖ\v%Ó0_"
  b"r¿v\x1A„©¡Îâ¥t˜Ý\x06\x7F©"
  b"…>ÒZ¬×S‘n´4FÕÞZg"
  b"ÅÊ:└lWÆ(¬m\rƒÔ\x1Dcf"
  b"¸Ãyø¹Ô™\tl߆+·—G\x06"
  b"Ë_H'°Ü)!…üsdÝýA¬"
  b"êÖDÑœh<ƾ?få!AåA"
  b"íb öÏ”!\1‰+ÍU°'Ö"
  b"òJ>À*ÎêŽ\x08ê6)IöÊ5"
  b"ú£âS\x16LʃÓZ\x1DpEðŽž"
  b"û¶«œ\r+«t†6¼n\x14Ƥ|"
  b"\x06\x15Ð%!»+õæu\x00®ì¨\│"
  b"\x085ûNÇ'A\f\x07WZìÞ[·@"
  b"2ˆK \x7F£Ü7‰é\x16Ñþ\x04Ñ'"
  b"6ÑJæ\x18fN¾È2 $ó¶q/"
  b"?Ålû“÷0˜—½_ Þrz\r"
  b"QQEÙ—Î<¸\x10áßëÖº8ö"
  b"^╚ÁhA°¬Ï├,SÒÉ}▄."
  b"n™Ãk•\x08ª•*€ãÖ±‘³e"
  b"n¥!¨\x00çÄ'qÁ0%Ç\rØû"
  b"€¡m˜ÿÐÊŠËsv?\x06\x04"
  b"‰?K\vš \x19+I0M\x05ñ pŸ"
  b"•ûJ¶Š@»×¶S\x02¥øº"J"
  b"ª─W═¼ÅpxSþ;³¾Q╔÷"
  b"ºù¦Fç\x14\x19¾\x17\x1DØ8d3 "
  b"¬Ì\x0E\fØıG\x0Fò\x06Ô┤─#"
  b"▓Ñ\x08)─5FHZ■9ÓFÉÅß"
  b"©r▀[oU\x18\x16èQæ|F4År"
  b"ÐYÏz† N^A_k\x1A\x17mL\x1A"
  b"à\x15¦©»Bzó›\x12Ož™%ÍÃ"
  b"߶äfµ{_ã¥│ت¥\3ò"
  b"ߨDeB¢üg▄░─\x16\x18ò)n"
  b"Òk\x036ÅïL»O0é\vøùÇt"
  b"úã-Ü– ºV]$)èp—|4"
  b"""
    \x01†þ‘\x7F¨BZMuYÚY\n
    \x10¼
    """
  b"""
    \x03\n
    %°äô\x1Dì\e]\x14(▒û8\x14
    """
  b"\x04\x10ªkDt°§Al”²\x14˜\x10"
  b"\x04DkjÜÊ¿¤¾/¨${\x14\x10*"
  b"\x16^C+­íü\x1F¨g3‹ˆ—u’"
  b"*l½D\x0FÝÑ™\x00¨Ísdx"2"
  b"0}Ùªôó‚ÓÞ†¡(e³°\x7F"
  b"H\x0E\x04îá™JÎìcåFJI"
  b"IÁ^ϸI.»i¦pí’å·i"
  b"L¿\x13c=¸\taÈ?2 g5µ€"
  b"""
    k\n
    >\x06x×ÅÚ½\x7F\x16\x16®%8U
    """
  b"}\x08¯ÛY2\r×\x07\+Ì,ä½¹"
  b"ç\x01©kø\x14?┼¢Ì¯j\x00]ìá"
  b"“%Î\x1F»à€2“lý~\x1Aá›Ð"
  b"“~>¼'AþØ=¢õµP ÿ\x16"
  b"øºìD\fú¥~═,╦░\x16%&│"
  b"×J│a▄\x19:\x11é\x11ı'\Ê\eü"
  b"""
    £Éƒ,É'SÆ\n
    «ŠŽL\x07
    """
  b"Íh[óV«;ÑŦËhN“Ñå"
  b"Р™G\x127ËöXK†F\—\x18\x07"
  b"×Soï‰tJ¯\x01¿ƒ,<Æ"­"
  b"""
    êb½¤\x1F\t\x02h\n
    MŠ®‰\x7Fa-
    """
  b"î×®á)¸«nð([%±\x02"
  b"ïÄdàláîóÝÈʯ×fLh"
  b"ø\x15\x07_Ú}kbŽ\x06Ã0\x7F"
  b"ú¢-¡*j§l`î[ÆLª\x17¡"
  b"\x0Fç¸}zKÛ²Ø░cõc¢®\x19"
  b"\x1C&ƒâ\x07R!­BL{n25.\x11"
  b"\x1FÍ\x14\x01µ‚î\x00\x04\x19\x11,"
  b""üoyÆ£Èi…!Þ@qµø\x12"
  b"#Éh>´¸▓òTÀÂ\x17ù/\&"
  b"#¬~ÇÆÂÎqtŒ‚SbV+/"
  b",ı²¼øΠP╔)bF\x03É\x1EÝ"
  b"-ì‡4(Ó¨ž‡+òQElÑï"
  b":L%å\x1Co%‡·O!üFŽ-°"
  b">]5\x00\tVòlœD:üv\x06|+"
  b"ü~eY¹d6\x1C█Lï░á£ÇY"
  b"‘e\x15\x1D¿\x1A[‡\x0EÓF]ƒ3‰L"
  b"–`§Ù\x10úÒ™¯ænÉ_\x7F"
  b"–³i*—\x17ð-Y­ŸÔ=\x19C‚"
  b"¾Åªû‚ØB\x15\x1C“ùá\x06\‚\x0E"
  b"ƦšU˜¹§­ (g“6l=F"
  b"βÿÖ¶Z"ÎûáÀT\x12\x01ê"
  b"Ôuªœ\€Ñõ\x13ÿ[þU¶|Ö"
  b"Øõ\x0F9h÷\x1E‡Åòó\x1A\ëÎu"
  b"ã)ëV\x0F¹n\x04û`\x12e ÿQÛ"
  b"õ`mtÇ3ì[íö▀°Ñj¼÷"
  b"÷Îëo▓p\x12(óCßìü±zÂ"
  b"ûzë\x17Ý¿g2ˆi’~MŽ¡®"
  b"\x076g°\x1C냪1 R½<•ŒH"
  b"\x1Cm\x01ÚTÇÕ\x19‹[ÛãòOR‹"
  b"%C»w<îÒåJ \x05†£A@9"
  b"?=ö‡\x13Í1ñd`ì³k­ÉÓ"
  b"A\x12àe[6‹èŒæ§Íx~ª\x17"
  b"a\x1F\x12y’ræ“\e#ýMÕd"
  b"b\x14Þ—KÆg°F\x7F\x12\x18½C\x04W"
  b"cVpÛ░~Ð6q\x11═Üü±lı"
  b"m=ÒZñ"Æ'±zØ‹\x12lä%"
  b"p\x11\x16º║1Ir╣Ù6ÛØÕwî"
  b"rËâÜ{[Û¶–l$yÙ²'r"
  b"{£/$\x15┴ÂòÙ\x14ØÂ4ıgA"
  b"}ÎÈë\x06j8‘[0aUż…S"
  b"…q®Pö\x16èíOú¡TAÚ$j"
  b"ž+—€-\x18rR^"ó—Úc\x11­"
  b"""
    ¤µ½jéº\x0EÙU¦í\n
    \tF
    """
  b"¶§ð”6?£ÍVg\x10òòN\x00­"
  b"║ýwãÅ┤Y▒%\x15ê+à¿ãw"
  b"×…e²ð\x19ŽÁÓ‚|.8\x1D4"
  b"ã,63ëþ·Y©‘\x18ð\x1F©ZÂ"
  b"‗^/6ú©ê\ru═`Ø\x04äAg"
  b"‗gwuÞ│b1\et\x02*îØÀ\r"
  b"þfW>Áu"&§Æ9­»—ÍÒ"
  b"\x03L\x02U«t5ãû¢ñQ¤.dÛ"
  b"\x0E\x10\x1C&\x0F\x03Á\x06û‘f&\x1Eýt–"
  b"\x11k\fDfü˜\x03Ì—Ý\x1D郩’"
  b"\x12É{MNí^¤\x14ß?¹>˘\x1E"
  b"\x16Ðõ\x1EBäòÒ¥ù^>\x7F‚T…"
  b"\x1Aç²qÖ\x03°­Ù├è\r¾ì\x06}"
  b"\e\x7F"#繇ƒwD¸\x18íîæ\x04"
  b"!▓è│É╔pá\x0E§UÚ£ï+\x14"
  b"%Ódìá²ýeÛÍì¿■ 08"
  b"+4€œÅ\x0Eê-Rê—ê™:ùÿ"
  b"""
    0öwµd\n
    è€{cûRI–0×
    """
  b"\x1C\x0Fßi|!üù9\x02\x1F'"
  b"\x15+@À™‰Âdˆþ|Ùüs"
  b"D\x0EÉ\x1E©Œf\x08(û¶¾œ½{ü"
  b"N/H¬ \x15}>\rZ\x025\x01ã®\x0E"
  b"W¥©É®C)¢\x11╩4╔\x1F┬Eÿ"
  b"ZÇ'ö½²Xw\x0E\x1Eæ2‡*"
  b"\µÌþÎ\vØóÃ╩ò¢ù´\x0E~"
  b"""
    hÿ\x08\x13þÃ\x1E╦¾ØbÓ\n
    
    """
  b"~82ÄxÚå\x1C\x14¦ã\x00ß6Q©"
  b"¢Ï‚øÏ9ùÏ5\x01!ƒ/uÒÌ"
  b"ñ*¦¹!VÅ¢A0Vg\x07\rÂÒ"
  b"¤P\x07DÖØÊ\x05ëÜ\x13y“±ž?"
  b"°ó"q£²}¾\x008sô\x7F\x03\x14"
  b"Ó1±·/GÖþƒóûwÖ½\å"
  b"ÖïÆðˆ¢Ä͈¡\x14Óši—-"
  b"""
    ┘Eè¹▄└\x02\x10\x16\n
    \tqFì/"
    """
  b"""
    §\f1ài<‗g[\n
    å╬┤Ë\x12É
    """
  b"÷\x17▓'ÛıÅþ]É┌jBé§┤"
  b"ü>\x18÷8îêûï\x1Fv-2—‘ì"
  b"\x03ÀÈ\x7F\x0FÚÓøY½╩°ÉÝ"
  b"\fá‰\x16X\fx¨d®\x06o\x1E÷Š¼"
  b" F<rÁ‡’·i,lj¢´—±"
  b"\v\x06\x1DC!¸Z\x12„»™"
  b")Ùñç+▀êÉ\x18«÷╚ql■ï"
  b"8…3'ÌóÅû\x06ØN.ª“\x19õ"
  b";™5ã€\e®%=™Š”ĸ k"
  b"Ck¡Ø»¥JÆ­¤¬\x19Ký0÷"
  b"J©¹\x15L*ð#\v\x12D^)=¦›"
  b"\r!\x1Fæ'W<!í_ÓÇ!\x10"
  b"PEÎ\x1Du*6\x13–ÀW¦áœ ÷"
  b"\x0E®WH«›%F^U–üzy"
  b"Røm¦Æ€W³4f^P…)˺"
  b"""
    \x10\n
    ø®\euuC\x14\x05êwÆ>+
    """
  b"¡jb™“i £¾~„¨’Û™þ"
  b"½}{¥¶¢m+Ó¹©»\x1E8)o"
  b"Üfà5rm©ÄŽ\²ØÑSÚ¡"
  b"áÍÊý\x05º\x12¡}¶¼¹\x1C\x07®«"
  b"â߃04™3õ¢ºL\x1D#)SÙ"
  b"ûDŽkÌ']\x02IyØù\x7Fâýì"
  b"\x00ô¡þ£ZF•\x02j\x1CŸ?²d`"
  b"\x0Fãc1“uŽb\_½ëÝ<Ò€"
  b"\eæY«\x12¼Ž`S<0œ‚{WÔ"
  b"#ÜjXõ0Ïj\x1EÇï\x04G=œ"
  b"';dÑáþÏÖÀz"{š›•\x02"
  b"20¶µ?³/ïù°¤±\x13bDÀ"
  b">ìîü×4\x10*ÑâÇ8ÒnåÍ"
  b"\x1F\sØíÃ![Ö«Ü\x7FZk"
  b"L\f\x12^€`ÊÈüÜêWŒÁ=î"
  b"\x1F\x19tü?ó\x1Dç\e`³‡˜®"
  b"c%¥ãæðÌÙP,³zøѸ\x02"
  b"p´H\x1DÌÐ)/┤æay¸ì®\x1E"
  b"†Ž¦Í½L¾¯Ê!'¸á:\x074"
  b"‰l”\x1E\t»¢üófȆ\v\x06ý‡"
  b"‹¬—µ9\x14žÊ\v\x11v¼¥‘Ó\x0E"
  b"ÅñuÐïe│ñsI¿Sh\x0F\x19"
  b"˜Mø¸\x1D/\r!䥟*ôË\r2"
  b"°ä©7\v\x13\x16Ûx\vë\x1F,:‡‘"
  b"·@P>D²›Í1\x03\x1D«¹ã\d"
  b"\x07~÷v+Y,èlºoèüɽ"
  b"Äû$\x0E‚°é1€\x02.f­¼äÓ"
  b"╦¿òƒz\x19\x1F{░\x16UÖÉæ<\x0E"
  b"Í\x00å\x02\n\x18Â\7&u\x14X´Ãµ"
  b"ÑÑXúkêêÆ\x03ïÛ\x7F˜\x1A\v\x1F"
  b"ë°\x18†A!§\x01|”º¤paÁœ"
  b"øéÆ÷ènaŸ¿\x7Fû”´\x1Eã¸"
  b"\x01tK•?L&\x10[\x03{¤€ÏÂÂ"
  b"\x06\x10ü¶J\x16ÁQ▒\x15\x0F¹Üz├b"
  b"\rÒ7´Ài “½l˜ó\x16þvŠ"
  b"\x0F\x12 /\x01\fì\x11û©Ë¨Í°="
  b"\x13á‰\Ìúê\x16”oŽ\x17i‹O¯"
  b"\x1FÃËý'ß4—"ûô4Ìíe¢"
  b""+k»©á§=dÖ÷\r*u·ü"
  b"""
    "ÿß1\x15\fÓ\fi\n
    Ö·ˆ\f¨F
    """
  b"(Áú°ŠN&.þvX"úJ‚‚"
  b"\x12ÏÉ@\x06\,\reªI±ô¾"
  b"^™àòfC_(o;pÉ`;n­"
  b"aycaÑR–>ZÛQö%&\x1AS"
  b"f]7H(—êC•I~ÿ©ØËÉ"
  b"lDÉ\x19K0¯²ˆ\x07Z3ÞÝ‚%"
  b"""
    âɯÅL=Âí├\n
    J│ Þ┐L
    """
  b"†Ÿ9ì¡"ÆÁ-\x1A#šÊ#¶w"
  b"†ªÆõ\x07¨­XÚ˜û\x00`\x03"
  b"É3X┬░4cÁ¾ÞØ\x18CJ╗×"
  b"\x19\x02‘³~N¨\x1A®fƳ¤\™"
  b"žRgG)ªm¼ Ðy\x07…3²w"
  b"­p‡( Å\x15î$\x02u“EL\x04y"
  b"°\x15s&¢½ÈB°²\x14\x04TõU–"
  b"¹ˆìñÐ)O2Ëuv†€ÊJÈ"
  b"»¥Š\x03\x0E/\x1Aë;%BçÓ\x16"
  b"Æ6¤\x1FF†Y⮾\x02ƒ\x17\x13eD"
  b"""
    ╔x\x13ì\x06E\n
    \x12Ö┬\x02,ëyÜ¥
    """
  b"ØNø98E\x14«^%ó³‘Ûòß"
  b"ظ¹©ücÀ–\x13|>n·“G4"
  b"Û¨#Õ¦æ#œ5Ô\x1EX¬:)9"
  b"Ô¢ ÃÌÑ´\x16Û\f\x04ñÉ:«ø"
  b"ÞkãÎ▀\vüP\x0Ee┴¢8´ss"
  b"í`Ö\x1CÿâËÃÙ>Úå¨0bt"
  b"òU\x02ê6gpQœb$ò¡\x14"
  b"õ„c~XC\x11a/s\x04DN?\x18C"
  b" c░Ê®Ùb}Uü┤┬p\fO╝"
  b"\x01æ4šµ¥Ñ½k–÷æ\x166-¿"
  b"\x03Ç\x10}duå+Àï1\x06\x7F\x06"
  b"\x07Z¯Û~Qè:í¿ÃfÇ\x16"
  b"""
    \x08d’\x1E˜\n
    \x12?àÈ×Â?#'ª
    """
  b"\x1F╗^ü*d¢ôÙ'7EU¿ÅW"
  b"$’V´þ§vßþK/Ñ\f\x02\x18\x04"
  b".Ø@Ðñ„„W\x1AEͽ^\x18m‘"
  b"/³ä\x06\¿ªI\x1F\x0F:3®-«Ö"
  b"""
    4´ð\x1F\n
    Ä\x7F‘–ƒà`<:\x01+
    """
  b"8\x12 \x17\x16¹Q\x1DÈþc\x19\x14¶z{"
  b"9L‗küGqN═ôó║>b9ü"
  b";«u†èÏKÄü¬†›¡?Æë"
  b"A\x14\sN~\x10-¯Ìþ!^ê«Æ"
  b"B¸þíõ1Ù³ï¨Gˆ[XZå"
  b"C <?|®ØC§\x05^â|·\x10y"
  b"D\x1A╩░ï8à¦^îP{ëÅîë"
  b"K2­”FMhšIà¡d\f;È6"
  b"N–:\x7F\x01ªAñ—@zÜû¨¶Þ"
  b"OÊVÇ'ß×'£ÞÝE\x00OB5"
  b"U<OœP\x06èLV»+áî\v¥È"
  b"cB<²É$ÛCÒÏÕkKCãÃ"
  b"d6=4½1¢Fù­RR,áÝM"
  b"eÏ(“¯\x18\x06\x172\x07\x04 \x04|P±"
  b"kðí\x1C\x06Ó©└â±Ke0ØI"
  b"l÷ýè\x19FO@þOÁ\x1Dàc&5"
  b"y$ÖiÀAiû×ÿ:Ú\x16Âê-"
  b"î+²5¾¬¶\eâº\x12=ؾ\x04À"
  b"Å"‗\x1E\x17É×P¿%zv'\x17\x10¡"
  b"“ü:‘û拹È\x1D\x14\f‚CšH"
  b"ž¬\x1EÛCi-Tîm`æ\x00‰â^"
  b"©H]›`\x0F°.¬\t©Ç|`ÆÞ"
  b"ªç…Ýa\x00X’3›œ×¾\x16\x06\x03"
  b"®÷ÓóV=×ÓYÀ–DgÊáý"
  b"¶õæyÏ\v¿\x18\x01IoŠï^üh"
  b"¸f¦so‚¢¸\rp, Ì+mL"
  b"¸×ƒÃDÌ\x1E¨!É„a(ÛÍ€"
  b"À­¸Þm|\x14ø\vU|”£\x07‰|"
  b"├┬▒Á¡█ý¡Q$¾DzvÅà"
  b"Å=âF\x1D‚‹\x04”Óe@ƒ†\x14"
  b"Î%W¤Š&{\v\x13}Á­\x13Pê„"
  b"Û«‹î†äÅõìUz^þzÑè"
  b"ß\x19qïñw\x06AWL\x11øÖ¡YÅ"
  b"ë½\x15ýÓÝ×K|\x12~O#âX‚"
  b"±\x13TìU½(\x10OT5Ô£_wõ"
  b"¶®¶\x01ì_\x0E~Æh~u|k┼W"
  b"§▓yáÅ\x08)ð¸o)6÷zë"
  b"""
    \n
    ┴o╩Ù▓JìL\x15§ûµ¥ùÑ
    """
  b"\r\nëwÈ2”ƒ\x00gŽ. \f\ež"
  b"\rÂ3Ÿ§¼®0]\x1E,\eS‡dŸ"
  b"""
    \x0Eô”5g_¡÷»\n
    „×ÕŠ`¸
    """
  b"\x13¶Œãï‹\x1FM—¸±… øC€"
  b"\x14©ÒâÛERÁ¥JÛ<¨ø~Ý"
  b"""
    \x16└T┌H▓ªª#ì\x02\n
    ðfͶ
    """
  b"\x18p—s\x17Æ}Ι4¨—\x11ì\x033"
  b"!ÛÉû%\x1D»\x06~l¯3Š&gí"
  b"+Â{ž\x16ÞJO†‚\eŠà3¬ú"
  b"""
    .È‹\n
    \x08dx¿D%ß^ÞÄ\x10 
    """
  b"/€ºê¡Ÿ7G-•7\x16k´ Ï"
  b"5lÒ°µ)ßÐÄzØ®ã■î{"
  b"6}\x13"Xó³ƒN\x06iü¨çV╝"
  b"<o1ô`$9S3╚É=FéBo"
  b"C§<\x0FÍ#ü÷\x13°Ìæý$\x12ç"
  b"\vñY¼}c\x07ˇ¼ã.ѹ"
  b"UìÈ»{┼\x12U\x14├~7■▄[S"
  b"a3ºãÖ‹\x1DB\x1Eõ¨\x00¶*?_"
  b"bÅ╦\x08Aëá)>]┌┴v║┌│"
  b"d5.avµæ·TÛläà[\rÇ"
  b"i\tÁÐѲÌçÃÌXG\x03nzé"
  b"{ÕJ\x13æ A*q£\x0EÜì²®¼"
  b"""
    üV[©│Ax│╝HhÙ\n
    ì¾±
    """
  b"à?ı▄±0\x11ã¬\x1D╗¨à0┤ü"
  b"ˆ´eäÞT‡“uSÿz—\x18µã"
  b"îY╝°Oê\x00\x13\x1F:\x16ãÉ■"
  b"ø*Cø`âQØú;\x19\f¤┌TÁ"
  b"›o/9ÆÁÛÈgnmÿ§\e¹¥"
  b"ØÇW\t\pØ<¦YÈ\x17\x15ßA&"
  b"á(Âû¦~ã@TwÏKÀt.Ø"
  b"¤üÙj¾HžFV£ù©]=n‡"
  b"°2LÇ[;ÔµA©¿fL±‹Ú"
  b"¿ð\x03DËÈ\tà¤,ÃÀò`O«"
  b"ãÑ\vnC¯t\x0E»┤~þÖ■Øõ"
  b"Èá\x08é@2ç\ròÙš\x10\x1E¿"
  b"""
    ÎKÂkÏëÞ\n
    ]5¦Ø\e\x06rj
    """
  b"×eXj\e›¶TOx±üKzý!"
  b"█¾╬S\ÃÜ­5\x1CʦxüV "
  b"▀mÀ¦z¾\x19ÅÍ╦éæÛ>Õ\x7F"
  b"à\x03Pîpü_+:š¼\x06:b_!"
  b"äó\x1Dä5\x0FŶÄ\x13Ô\x05“#*\x16"
  b"êïZDÓp¤ÿþ*C6\x05vÂŒ"
  b"\x00ëñ\fÖ5\x11{ܼرÅ1¬¨"
  b"\x01/gCÅ│­éè_ÿ\x19öK Ê"
  b"\x0FB;G\x14噶3DÎü\e²ãZ"
  b"&\x18œºE\x07ÎnÅaÒ#,ûç³"
  b"(´-–¢j™¸á”d’\x10]Kb"
  b",xÿ¥Å4‡š°V\x14\vc«V\x0E"
  b"7ÿF¯xRòØ9z\x08&°W\x03Ã"
  b":%õ&}yÊÍðüå°f<7 "
  b"""
    :ž2I«_\n
    P\n
    ÚiêÅ×Ij
    """
  b"""
    <\n
    ¼Ã\f‰â&&\x05\x01`\x05¦ ³
    """
  b"@/æ\x17HñG$æê±\x05ÜH”Ž"
  b"I†Œ>{ݸÍ\x1E¢4Pµ¥Üß"
  b"Lýñ¾U¥ÀØ\x0E\fzö*A{"
  b"NcL®—RrC .îs**\x18w"
  b"\rô\x1E\x17X¦ç\«¥i“\x18X"
  b"""
    P\n
    *jž\x02쵺­pòKi£ï
    """
  b"R5ìÁÆ¥PhRŽˆÓ„PDž"
  b"pÿ¬Äm3¶ª®\x1FE¯IsûI"
  b"up£ÀoÌã^ŠáâWŸ\x05a["
  b"vZTdæ¯(½š ú˜îHÐÕ"
  b"""
    y\x1E\n
    Œ7ÝÁwý¦\x0F\x15¸t\x17¼
    """
  b"\x7F«Ý¡o\r)0ŸN\x03Ä=òšç"
  b"üDO\x15\x06å┬¡\x0F:■\x05;»^╔"
  b"ƒ˜ÜÅ\x1E\x00 ÑOî…Òßx"
  b"ƒÁ½¤´\x0Fž²\x1C§8¡¡S\x0F\x17"
  b"\f&CÑV\x1Fõ±ÚJ\Ì\x10Þœ"
  b"Å▀å Ëg¯åE1o£rÏ\x0E\r"
  b"ñ─§Z\x0E\x12¯¼l┴wÆìq\x07<"
  b"§Üþ\x18â*\n\x00?\ür1±"
  b"©ÛZYÍw:rzŽØ¯:q°è"
  b"«\x00{‘\x16Ç>Q§îñ\x00Ðû›,"
  b"°ÀK0\x1FK2´§p™F§¢/\x02"
  b"¹Q]Fÿ¾çVYZe”ئ\x14Ã"
  b"¾]œGf\x06´ªjN8¾ýˆÐÛ"
  b"¿9…æšqÀK©\tNKË›<\x15"
  b"Âdî“U³Ãó\x11­\x1FG¶f+#"
  b"─‗ü░ü\x1AÎ\x12\x05Ó\x1Ej-\x19\x7FP"
  b"ÕËbº^æÇ™¿\r\x00¼~ÌäŠ"
  b"Ùmð¡U­‚ï;jß²GNÞ\r"
  b"Ü‚\x06âõxUµP¬ËÍl\x06WH"
  b"à’¿A¶06xm'¦Út‹Mo"
  b"ã>\vÔ˜\v¤p)¢Œ¯bJõ|"
  b"èÄŸhõ.ãk&¦syæ‘\x03Š"
  b"ò\x04 qð:?®=òºn~åÄ@"
  b"ùwnS\e\tKN\x07mì˜JEæÎ"
  b"ü¦oj²øyAêÎh\x07=×W\x14"
  b"ýÂÓ~á¡«X\x07P>ú\x11ÌÕ_"
  b"þCÜí\x01Ìañ\x13\x06øŒí\x10Ž7"
  b"\x02\x11²¢Øð)…ÿ:ah‡\x14"
  b"\x03aO\x16nªëëmÔ9e?¸!f"
  b"\x04X›\x0Fy\x06û ål®‚Ì<Šò"
  b"\x06\x0EgL\x11J«“H\em\x02=\x15–6"
  b"\x06\x10\x08ô¨ÚüMO8÷8s‘\x03\x03"
  b"\x07o\eÂÛÉôÛÄ\x12BÓÁªP\x1E"
  b"\x08\fWB┐┘Æ┘¼nò)R├oü"
  b"\x08└hÛ1nü\f`\x1CòzÒø\x17×"
  b"\x08õÚéªÉ*jg\x14¨{ãûÊw"
  b"\t_CûçÁ÷½Rº•­ìp³\x1D"
  b"\tå║´æ7Üãg3»Îìá3V"
  b"\tï:Úš¥ýs€ä#Í(4Äî"
  b"""
    \x0E\x17ù╚k*Ù\n
    \x0F┴É ÒDÕ
    """
  b"\x109‡yÃZCQ@Æäô¢¢ú "
  b"\x10Þw\f\x1Ag\x04\x16$+àé¼z9"
  b"\x12ñœÀ\x19ã¸ç¥\x1CÚt"X÷â"
  b"\x13~S!—©Üè\x07¶a¹ß\x0Eh‹"
  b"\x15òV\x1AûåjÉBN═kÁ2Y]"
  b"\x17w<ôeH\x06¼ÔI\rW®„Kp"
  b"\x18ä¸Å~ä╬ÚÇh°Uq¡ÎQ"
  b"\e\x10£\x19Ø¢o═▀±┬;º`4"
  b"\x1E\x17)P¡½ü\x17B▒¥ÈP\x01|R"
  b"\x1EHó”[f€†ó@᪆`¶ù"
  b"\x1F–¶cxØ/z»\v`¢INãŠ"
  b"!“ÅŸÄ\x1Ed¾Ù¨Ø©œ è\x15"
  b"""
    #aOñrìÛÊ╔▀TíÙw\n
    ê
    """
  b"$\esyKì‡Ñ\x0EƒQgÒ\x16Ó×"
  b"""
    '▒èa╝+\n
    cu§üW§:\x10|
    """
  b"(ÿ\v¿—ð\x14ܶH{õ\x1Fñ\x1Au"
  b"*üV{°¸æÉävÕÂP²¶´"
  b"-├é;¡┴}Ég`\x08YC\x1F\eý"
  b"3>”¾à@l?¸Ð\x02T)âãÆ"
  b"4^ÿGÄÆüÄ▀Õ║SÍ,┤£"
  b"5ó•\x1D\x13'ƒ#ƒ{åRe‹\x1AÐ"
  b"8\f¸Â\x04íÚÌ×oOlå\x03¯>"
  b"8ïd1‡B7çM»‹H¶ÿKT"
  b"""
    9Nô\fwîÐ\n
    J\x05n\x15"sî\x1F
    """
  b"=1g┐_¦©▓á╩╝è²ÉZ·"
  b">4ªOѵyvNïÅÞʼ0ï"
  b"BsgŽ%á\x01bupÿ1\x01‰Ç@"
  b"D+2TË" ßáå¿\x15¾ñlB"
  b"EÖµ<\x18]7\x02“u\x06[\x1C\x0FÒ~"
  b"F\fü¼k‹È\vâ\x06\‡?™—"
  b"JW줤®¥2ä+ßÇ‗╝Fí"
  b"LðÀ\rô@YxÂàjÜž\x108e"
  b"""
    MTÛÅwþ„\x04-w…ö]ž\n
    a
    """
  b"N\fÅ┴í|¹×\x05Qb_─‗\x13 "
  b"P;Ö\x1CICa\x14Ç!─óïÚ░ü"
  b"Qéä~Ý=?ê\x043¹“&GNP"
  b"T\fAØ.\e\x04èZàgu<êäè"
  b"UzF¿ˆ¾R»aX¤§\x05aþ«"
  b"]\x1D‚BTXµóð†,úúæ¬\x1C"
  b"\x14_\eM¦õüåÀ¾é\x18È╦"
  b"fpQ\x1D,ü²*ÆúQ\x19┐-ÉÀ"
  b"g¸ÿ \x17RØ5Y¶«\x00§‚q."
  b"hq®s¹…Ûêv\x1A»»æ\x1AØ%"
  b"m‹1è2L=há‘Ùv˜­«\x1A"
  b"mÕËõFqÆìq¸&´\x08è3ê"
  b"tl\x1AõÜ]!ï‡v\x1D€¦\x02Áµ"
  b"yøûr’ie\x1A\x130\x0E\x1F\x14·4×"
  b"\x08\x01(ÍQw\x1F¿Þ'þ§\x02 "
  b"}°aLQ/ÇYo\x01Ýl\x193Åæ"
  b"~Š’Ï7Y\x15\rÕ“6f\vz@¶"
  b"~ÓFHÄ3ø¶Î_QÙ\x1DAÚ§"
  b"\x7F#±Ñ\x05\x04pãÒgáËtüÎ_"
  b"ÇÖÆ\x7Fü\x17«Cî┌\v\e\x06d│ô"
  b"…>Si?ÌW·ßüôJ™@¿Â"
  b"å\x17eÐ-2╗¼(ÿJ\x10§Éu\x18"
  b"""
    \n
    \t/xš–\x1A\x08—X]±¤±ã
    """
  b"‰Ø\x18âÕÉ/£\x1Eú\x1Düák\x14\t"
  b"‰á“®%\x1AÇX8\x01?2Hëzª"
  b"ÄcÉöX┼¦\x1D\x11\x16\x14³³\tÃ"
  b"Å\x0EX©\xδc‗A└\x06┘¥ø"
  b"‘Ó_F_"x²°/Gg1hU""
  b"–Ÿ‹L­ë[¿ï¨\x14¾\x18¦hæ"
  b"šˆ\x1A»¤Jχ6Í\x10¯uŠ»Y"
  b"šñ–Œt;ÿ\x0F=›\x12bnGè\x14"
  b"ž:|b1Ò)xu°QÏÊ­œ)"
  b"žjÔˆ\x06ÊIëÜŒŽ ±\x13ðn"
  b" +-sY¡ž•\x15\x16…Éy"\x01à"
  b" |¶ØâsÛÇuû\x08æ߉?f"
  b"¡7\x18'\x13ã2™\x06˜‹œrˆÔ^"
  b"¡‹@j\x17ô\e\x11€_~Lú}Í5"
  b"óä▓$ÓÉÓYy\┬©\x0Eıs\x1F"
  b"º\x07\r\x1F\rÈØ░Ê\x13║r├z"
  b"©æñ\x0F<\x1F»¬Vì¶[Þ\x1F"
  b"ª=EüS=Ü](vúà׎\x1Eÿ"
  b"«\x1DËò\f\x18\x03'¦Çô©¬<"
  b"¯ÖÝl\x1D‚›¹™\váîæiÄ\r"
  b"´´»Ô¾s3qüFû»¢…Gq"
  b"µY2_- \x1A«å³º´¶…\x17¯"
  b"¸›¢\x1E•Ó;>èˆ%#>m¬S"
  b"½@uæ–_†\x00Ga$F¥ÿû»"
  b"½ÐkW¦\x0Fºë@;#­Cs^ô"
  b"¾[\x06<¸`Œ…\ålÄÚä\x10Ö"
  b"¿Y\\x0FC½F5\x1AÀ±~š¶ÆI"
  b"À/Æ¥\x01¨à¿e\x00Ã…MRQå"
  b"ÁJ­¶ÉA·Ë”Õn\x1E-eý#"
  b"ÂÞvp\x03…Τ\x18ÀcY\x11ÜT¯"
  b"Î{ì\x1CI\x04ŒA\x02œ»£Ê%_j"
  b"Ðé¦\x19¤ÂàòÐøú^–¹(ì"
  b"""
    ц,=¸IÖ¢\n
    Ý\x15˜|\f¬a
    """
  b"""
    Ò±‰\n
    \x04¢Š¥ª‰oúq…ŸD
    """
  b"ÊÒ^fkı\x15/╦}â¹Tìh┘"
  b"ı\x18\vj╝5CHÙå­È!ìòÂ"
  b"έÚX£üb¶'\x1A\x04*éûÁS"
  b"Úœ£\x12¿qÞà±Ïq‘Z–\x07Ú"
  b"ÜK‡óŠÀáÛÇì™9”£Ï½"
  b"Þ9­\x144FÀã³z‡¶„ñ\x11Ä"
  b"àŸ¦M\x1D\x15`-’ßsl§Ã U"
  b"""
    ã#㚆¥s€«ßÁZ!×\n
    \x11
    """
  b"äÜ•#SË¿ê<³´˜\x14™®ˆ"
  b"åÜ~Q‰>˜ÛÂ\x07|I9\x1D\fj"
  b"è$\x03+£éŒù®î\rU¥£]Ô"
  b"ê©`3õ\rDõH‘M”Çê³\v"
  b"ï=è³[+Ô»?\x1A~?‘\x06Ï{"
  b"óæÕŸ=ñXÔkKï¨×ò6¶"
  b"õ·›Ì¿ØªV\x1F¹LÉUš½\x11"
  b"üE×õx/s\te=Pb<ªÛÁ"
  b"■qªÚ┴┼ÅöƯ▄MÅ¡è═"
  b"\x02\x1D ¶`Æ#»─Å\x03\x1Dµ\x1Cì)"
  b"\x02¶?&äfˆØG…Ù8;sêg"
  b"\x03CÁÂßg!Ýr¬|ó—_3n"
  b"\x04ˆ®ËÓ–I<n\x10\x00W8\x02"
  b"\x08ÎÜ#>ù\x056rE׉hÄžß"
  b"\tU¬ÌOÜ7R³PØ4©è3K"
  b"""
    \n
    qì=VNèþŠxH\x04ï™h5
    """
  b"\f7\x03ÆŽõd–\x00™ßR]g͉"
  b"\x11\x1F\x12ìå­f²_ìKÙdäj+"
  b"\x18\x1A\x08½║ÕxêA\x12"
  b"\e\x18Ez4ŸµÑ’Oú>¤ÏÒ©"
  b"\e<*Þ¬}4‰%SÝLc\x1EÓ“"
  b"\x1Cƒa╔¬ô║üæ­ÚÅ╔ã░v"
  b"\x1D\x04à\x04ÑmJ—¡½mØoí"
  b"\x1F\x07\e0-\tHy§­├Ptþü"
  b""!^„\x0Eë©á4_5fÎj@Ð"
  b"#&V=à&g:ãpó½6õÑ&"
  b"$ÑC\x16§øûwó\x03bù˜ç<g"
  b",╣èÐå\x04çØÊ\x1Ej\e\\x17êØ"
  b"0▓¯J▀k`³ç"Íر+m─"
  b"6–ÓÀ\x0E~\x1D\fÄ(¥"re0\x14"
  b"<“Fâ\x1CÅ6KÉ8ã‡{a¥·"
  b"@\x04…Ï¡†Ã\x15Ôå\rSO¼mk"
  b"A\x10¬7ı╦·╝╚╣´É\x15EfO"
  b"Dƒ`DYåè+‰\rMñ"\x04"
  b"DÓʲÌ\x07P\x14À"›Ø\x1FH«‚"
  b"HB¬—\x04˜\x05x©¡ð.ÍFË"
  b"JJ¿X9W╗ºçÁ┤\x10é@\x1AØ"
  b"KAbmñèiUª©Bk‡\e­í"
  b"N"”"€Xø:\tIoËr¼e§"
  b"SLÑÁ\x05½ØÂ\x17WNÛ▒¢ë4"
  b"TŽæʈ¢¼ÿ}5º\x04P·®\x7F"
  b"U} 5üpÂï╔¥¦Ø³F╚+"
  b"WÞ™>\x1DkNvÅ\x0FFI½l2""
  b"\.–^Ñk‘S†-\x0EQ*\x00…ò"
  b"\¯¢†LúIŠÐ\x02\e\x05\r\x7F"
  b"]ºÀùÒÚ\x05\x1Ayð‚Õ(Ój"
  b"^þÉáý:'«ÃûÚËBÔ8B"
  b"fÉEcÃÑ™þqšr´8iCü"
  b"h°¨\x1Cvô"4Ç´Ø™ÀÎ6c"
  b"k\x16JLMôz»7fÚ\x1Dwc\x1DÙ"
  b"kUR» MÊqÙõ(ƒ\x1Ak„%"
  b"k×¹ÉñSÚÿð\x1D5╩IͶË"
  b"kó$'K\v£‡ù\x14:\fª“J\x01"
  b"l”d…Lϳcajß1¬‹\x11 "
  b"qraD\x05ÌðN庉\erod\x12"
  b"t"ÄÄc¤»\x7F\x10DzŽj\x1E\x1Fk"
  b"wGhÑÜr“|‰4c¿!ôê¦"
  b"ü7\x0EÖ┤W▄zªJ6┤áib("
  b"…Ì[š‡Üc–Q\x0Fâ¥ÆÔšn"
  b"‡_\rfúù홨œ˜Î~$ç%"
  b"ˆ‹Þý½™O߇P˜I\x1F˜gº"
  b"è8þ\x14ì+Àåyݱ\x0Fv│#ü"
  b"Šëòú8í´àEÚÛ!êb)ó"
  b"Œ·@Çï!ñ‚ÛŒ–§‰ð×@"
  b"Å3┼ 9ÝS\fbaú└éñ%."
  b"”ø?Ox\x19#ñ•\x12\x15/XN4¡"
  b"•cØ{^ÌÓ\x10TŽÌ=5N<½"
  b"–Üš»G\x0F\x13µ\v¥\rô^RË“"
  b"ÖÔ¸╬6L┐ÅkÈÒÛ┬Ù6¸"
  b"šLuNÜíã˜{RÝ3PÛDê"
  b"""
    šÛ\n
    -Gj¶+Û;\x0Ez1åð¾
    """
  b"£#}╚³╚?\x08}غ^┌═┌ï"
  b"Ÿ\x01£\x0FØ\x7F¦ëý¡P±[G÷<"
  b"¢O;cP8l˜\x04\x1Ea°ŒL"
  b"¢qÈ¥ÞË\vëAvªÐ\x1Caç\"
  b"ñ96\x16l¼ì6p)lç÷ü\x06ı"
  b"½ÿu9ü`q%;\x11\x1FÆÒ%\x02\x12"
  b"«ÆÁ\x18œå¨“;)ºÁžÍu6"
  b"""
    ¡¥¥Øÿq\rJ#0\n
    \x15\x1D\x14®
    """
  b"¯¼\x08\x07l¯/~à/#"/Rc®"
  b"¯Ù/\x7F]-ßp’s{¢Ô\x07w9"
  b"°\fe^"\x14§ºÂìaËï°\x19<"
  b"°\x17¦-&4X\x19µän­NgÄS"
  b"±ˆ.Fs|Ęˆð\x10\x1EÍ1S\x17"
  b"²l’\x16fų,1rJ\x02bi\x19/"
  b"³;79ÈjËoŒ\x11\x1Cç\x10Í›Í"
  b"µštÔùR9µ'|¤ß\x12ÉsŒ"
  b"¸Vl{½¬3\x7Fù\x15=¿…î*¶"
  b"║1mÅı\x1CÊf]Ý{ ═X─Î"
  b"¿\x03\x13çkw ‚\x11\x1Cs쀂´\t"
  b"¿{¬† ¯¸É*\x05\x03bä("
  b"ÁŸ[Ú\x0FÊ&›^F\x1AÙ~ÝPÕ"
  b"ÂmŽè”°ät’\eqÂ;èÐ\x07"
  b"È®øà-\x01Ž§¬œ°Ú{›Ð"
  b"×]¥\x184´C‹(kÌ8cÔN"
  b"Èô‰L\x0EÂëv—Ýz\x01ÏÍ\x16<"
  b"╩ÅZþ;m╩\x1CG‗æýA¯wâ"
  b"Øe™+õ§ýbGa­<\x12ÅE²"
  b"Û:\x7FeýN{\x16l0O'µM%ê"
  b"Ûfq\x1Fázh\1œ?Úú¤Ùo"
  b"Ü\x14\x13uͦ£ÿvÿ­dþáNg"
  b"ä\e\x06Lá·›Îâ¾GŒ×_Ÿ\e"
  b"æ)'³Àd}xU\x16†>\x00ª³B"
  b"êLÙ\x1C:.Ÿíš³óÔʘƕ"
  b"êæü[(ä^ÉÛ¯<8ãÑZ4"
  b"""
    ðè.¸H\x07\x16Z\x03\n
    €ì{ã\x05
    """
  b"üA åÀº™†>ÿv¥\x08¨sˆ"
  b"þ"j\fŸ@3œÒŠ+Õ\x19+\x0Fì"
  b"\x02Û¢┤`└Éiþ0h╗\x06öÀ╩"
  b"\x06p\x0F»¸]B\x15\x08\x03š\tâ3"
  b"\x07Á¹Ç½×T\x7F?\x1F¾€ŠZìê"
  b"""
    \n
    a|?{¼Kê§\x02N6Á\x01±¸
    """
  b"\f?\x15¯╝æµ┌ÿ¡╚É├jâ"
  b"\x0E±üêúÚ\vÀ„'re×B_-"
  b"\x0F8í‘Z™½É\x04A>}Jâ³á"
  b"\x11ç\x08R²³…nVQj|\x16\î¤"
  b"\x1Aª.H\fd:@\x1F\f΃\r$"A"
  b"\x1Aó³r\x04Ñf|"!\x02æ+ð¨å"
  b"\x1EÎë#\x13\x18 ô\fnÍçhQcÍ"
  b"\x1EÐ4î{\x15¤bì6ó\x0Fö[è}"
  b"\x1F\x1C;ߥ\tÎt(iýÓiº»["
  b"#ªB'‹|$`ÃÎ\x14“9LÅ"
  b"%KÞèççz2H\eçJ¤ôe"
  b")P´¬ÉƒÕÇy¶t┬ßØs╗"
  b")┌\eÌÅ,┬·í\x0F\x16Qº│â─"
  b"*B&iÁúÇõ'Dìr\x19$r▓"
  b"+Xë>å\x1F\x04\5^¯ÏÌ}©¸"
  b",½Ôvs±/Ìö\x12Ñ>ƒâ\e¿"
  b".Q0ù\x02Ý\x0F\x1EÛmظ▓ê-i"
  b"\x08\x0FÍ \x1Dä¸\x15[ìC\x0F&H"
  b"1š‰üQEV%[«‘œÉy\x1EÎ"
  b"6\eJ£§Mq›\x12€«°¯—F¥"
  b"7Åsv+\x05XpçßPýA\x1E½e"
  b":K~\x02Ý\ôÐ┘Ý1\x0FÅ'ê="
  b"""
    ;aiò{SFH=\n
    fË«ÅgJ
    """
  b"<üôù½H µÊ745+Í!█"
  b">ñ°ŸE\x13È:W®ÕÍ\x1E9–‰"
  b"AµU4h\x11tð£ç‹5’bX—"
  b"C]\x13\x06QƒÝ‡½°°Œ\x1AEø²"
  b"DÈq›.;oÒ‚\x02l8½Ð¨®"
  b"\x19*³Ç³¯]„VˆØ7\t|"
  b"F†q9@ξ„l\x03Ó|´”%/"
  b"I!ã«ç®š,~ÀKÛÂëMH"
  b"K\x0F°¯\x12ɽbTðB¤\x0E\x16Ü%"
  b"R]á{ãêf“\x12È(<Œy\x12\x16"
  b"W>:\x1F\x04ã¯ó±š¾\x10iJ\v"
  b"WC>N×höðÜP·ñ\x12\x12×±"
  b"W¬f\x18Øóc£8§±╣ûPß7"
  b"_)▀ùj»Øa?Q«>\x14i¶B"
  b"i©ñbxM+Kâ°b½?I\x08#"
  b"kàñ÷,?šÝ\x08Ky_Ûº\x13#"
  b"l’Õvéº3ÿª´ý˜yìŠé"
  b"m7\x17¾so\vK«¶äرÔë#"
  b"níì•ÇM\x1E©¸Ÿ_-\x14!\x1D¬"
  b"""
    o+Œc¸§\n
    s\n
    \x01\x15Ú5n
    """
  b"r(\x0FS£ç˜›±\x12$`×,¨“"
  b"x%vQ7…¢S\x1Cƒ æ\x15áW9"
  b"{\x108½¬I\x1AŸs^ÚÉ`{o\x08"
  b"\x7F\x19EÁ$E;<½v\eLsÕÙD"
  b"\x7Fø)™]'oÚ©#ÖIÄÐxe"
  b"üZXµÇËYsè\x11\t2í┴ri"
  b"""
    ‚Ü“TF\x1Cö\n
    \x0E\r6_åZyo
    """
  b"""
    ”éÂþk~d\x0FA\n
    ÖÓþÓ2€
    """
  b"ò┘?ÂúÇ\vÂM└`\x17ì©~s"
  b"—ü2\eɸHr\x15ƒt7Ê\x04\fu"
  b"ÜgÅ5╚\x07wx· \x04┼Øg\x18J"
  b"›R»#™;‚;Ù€÷7w=¥ò"
  b"ØLu\x1Dè\x14ª]imıJ▀³(*"
  b"Øë┬pe┤├¾f&þÇ╠Ûjg"
  b"¥-þ³¬—l¶\x12Õ\x17ýI³ñ¾"
  b"¦žx¬ŽŸƒxÝß\x1FLëëÀï"
  b"¦ \x7FT\x12ie\f\x1DQ\x14\x0F"
  b"ºpM╦\x19~\vxzM²ÙoÉ█═"
  b"®Ôþ\x1F╔1ém\x1E ð┐iÒØÇ"
  b"¬úÕ²▄\x02┘Ñ¡ÃóøÊ£¿Å"
  b"ªûB=_›¯êú$8¨òÑ\x12M"
  b"░Mµìó9)Ôüã╦#┤Æ┘t"
  b"±\x19œ¼cZ`\x14óŸ°¹x‡I2"
  b"·E©îò×;/Þù¨$DâjO"
  b"¸1¾šØ¼qéÃyàUq_’„"
  b"»´·!Æçy\x00Y¢xrKËSë"
  b"½-â>yÜ´þæmÊ1¦Á'¨"
  b"ÁŸ›\x1AÐp͉=¢’E§¸<¨"
  b"ıÉÍò=lÒžµdLÖÿT3"
  b"╩c­ë«Ñ\x01Çä½Ée¨°Îd"
  b"╩èÓÏ░«\x0Ef¼ÐÓ"▒0üþ"
  b"̦CËU>ç\x11\x15O\x1A}5²"
  b"╬░Í\x14\x10Ìo¢O┘í«p\6É"
  b"ϱ?Eyo\x14Ê!€ ¢DFs{"
  b"ÑQª\x14È\x1E\x19Ó†!]¢ú_Àm"
  b"Èü»ð┼Ãâ5õã-\x14ê┌­F"
  b"ÖÇG+;$5l\x1A®Ø<ƒ\x1FÞÑ"
  b"ÚçÒ€rp¶´8\x00°áQ+Ǻ"
  b"Û&³8íLeÁ\x7F\x06¾mÀÎUª"
  b"Û ÌÝÊ\x7FUÑ ¡Š¸\x0Fo»O"
  b"ß\x1DKëšýÇ/&g\x15~\x14@)‹"
  b"ã°\tXiŠã)K«Å,«"
  b"µ┼²qÈq}Ìì\x05æ£ú¥\x18u"
  b"""
    ç¥i.¢Sàf\n
    0bþ–.\r\
    """
  b"ê±ì\x0F\x1AÔgŠÙˆÜOö\x05\r}"
  b"ëŒMVßí\x05¢\x11”`üuäéj"
  b"ìå°³ŽÄû‘|šñË%ü”Ï"
  b"¯LÀn¨ì╬┤\x1E5&i¬\x01\x1F"
  b"ï;\r#H\íŽ$\rD­¡s´¤"
  b"""
    ïø‰Þ=£ÉRÿõ7£\n
    _\x12D
    """
  b"õ¦\x17W¸œ))GÕB—hÕ‡Ò"
  b"°GüP²Û<£+W\tK┐.À\x16"
  b"ýÆ¡Ž<øª6ÅSÇØ«£\x0E2"
  b"""
    \x03ì╠\x063þ·;:5\n
    ¯²¹U\x07
    """
  b"\x048º_öÓÍP•\x18ñNW\x1Fl8"
  b"\x04í3@®–\x16\eÊx¦+Pÿ\x1FD"
  b"\x05dQã\x1AOÃ’®q\x1AIëÒéÖ"
  b"\x06jI\x07ù\x19`V0wêáŠU{~"
  b"\x07ÜÖðNÃ1Ížšž»m‚Q "
  b"\x08ø\x08\x17Þª±­Ý„\x01B<m¢é"
  b"\t–(«Ü]ÆD“\x7F½yºOíö"
  b"\vÎØúE6xó³O└╚ß.ã╔"
  b"\f┬▓¶\x03\v\x1Cµ─,Ø\x19\r"
  b"\x0EŸ\eEO”Õ!ß\x02`)§4à™"
  b"\x10\x08IÊ)É<4ÊM\x18JS$Ë~"
  b"\x11áEN[®ØÌ"ø╠¹┼Ë»Û"
  b"\x17RÈfÒ\x017ÇZÞg£$u«"
  b"\x18…lû%\x15Öuÿ·/Í¡ö…Ë"
  b"""
    \x18ØZ>\x1C\n
    <M$░╠2qr
    """
  b"\eV\x0E\x1EŒ\x119¡Î•¹ê\x16\x05QD"
  b"\x1CþˆÛ˨|ÒUHÀ‰QQ€S"
  b"&¡ýs,\x19ü-ÄÐa\x08G┌¯╚"
  b"*@:ôO7Š~0\x079\x1D\x12´!ì"
  b"4¹]e\x0678\x11ë2™\x08/\x08-5"
  b"5z\f¡ÁûÍÁÓ\x10Ô]®\x15|="
  b";5\x10H0¥¢®¥Øn\x11\x11\vb7"
  b"?ctt¦¢5\x06ñTC){º\vÓ"
  b"\x19\x01\x7F\x01B\x1EIe\x12„(‚À&"
  b"D7¬\x02┘õØ#5Éó§Ã~?N"
  b"Dè0\x15?sò(¤=ê\x160\x00ß3"
  b"E¥MÔ\x15i¢Uš‘éZÃ\f"
  b"F`\x10ü*™-tjÂ&˜o\x17]s"
  b"G\e2\x0FAÄåC#›5©µ[ÐQ"
  b"HLÊÑE>ü¸V─xbc\v¬"
  b"HÝÇJlè¢0=¢JÚâ:\x12ó"
  b"J|AíÝ÷)or€d\x07&fUU"
  b"""
    MÊ!\r¬\n
    šK\x1Ci|QNtæÙ
    """
  b"SÅ %3H®paÀ~5\x08 $o"
  b"Têât£ˆ\x17[S\x1EQe¨_gq"
  b"Y\x7F‚fìRxÓ\x1Fõ>LÌR\x18²"
  b"YÉ¡ç-‚“\x08ÂÊ+g7)eñ"
  b"^\x0FÙ\x16ÏÆi[Û¼i)ä²í}"
  b"^»=Êökº|&(ÅGSc╔┼"
  b"""
    _\e\n
    m*ÿFÊSþ““÷M„=
    """
  b"\x1D»¶H,´&ÉR±È\x14░á"
  b"""
    dQ\n
    »ãÆ,\e‰¬Æ\x12KÒ<R
    """
  b"d]žX-ïÑQcÁ_•O§\x10A"
  b"\x03ò÷Å¢çÃ\þ¨J5?Ÿ"
  b"iEûÆ"=R Ü\x1Eü@ÆËwS"
  b"k‚Ó\eiÁ®WWʈ¥Ùq4­"
  b"\x10«³eo\x08ÆÏUj/Ây!"
  b"r¬{¥røeœ†´è»\eðZå"
  b"wØYfÜYk´\x11Κÿ¦Ò\x0Eq"
  b"{»˜Ö³À«”\x05sǸL¬]l"
  b"}Óy¥ÿ)\x01ñ\x13\x14\v§â\eGC"
  b"€D\x1D'”\x08\x1Eóɾ®£Ã™Çõ"
  b"""
    „B¢Ëß“,Ð\n
    ÿð’\x1Cî–°
    """
  b"älÅ·IÙi\x19ß¡·CÉ░Ç®"
  b"\x18\x1EõlÑç\x10*\eêDµÄK"
  b"…4ž‘9GxÃq /\x7FK\x12"
  b"\fAà•H×4 ÀM\x07\vH"
  b"\x1Fñ\f™zü¹ó—çÄ@ü\x042"
  b"""
    çV;±ú¿\n
    þ\x07ï░?ìƒÞµ
    """
  b"‰U\x0FES\x08òkèKFe¤è/ˆ"
  b"Š9L¶<û‹„ÌcÇ·ßÒÄ\x14"
  b"ì×KMXI"znÏK¼S)éN"
  b"좥┼\x02┘²─\x19╠▄%±\x01\x16"
  b"’~`*]ßÎuî]ãã\x02ä\x15a"
  b"ôD\x1Fxdh▒»~[É┌²Ù+("
  b"ôQ\x17kØ*ôÑÝRäÝ]{d\x1E"
  b"”E\rTÁ…\x17PµjŠÂQ:;³"
  b"š½f¹(“\x15\x19\x05¤ŸTÌm"
  b"›f$£l \x01Ô1³ÏcPñéÎ"
  b"œl³\x17LÁÕê«\x00\x0E¾\x00Œ"
  b"œÆ¡ˆVœÔ¯÷o\x02²s¿M¢"
  b"£­¿\x18\x02bp╔ªjº▒\x7Fx"
  b"ƒ$¸Èdª±V9─°OgÇfü"
  b"ƒúü├╬þ#\x1F%÷▀ª\x0F7s┬"
  b"Ÿ­\x01Ά#\ttBfÿ\x05U¡ä±"
  b"£^ œÁ1\x02ËØ¢”\x1DMúÒò"
  b"ñþ│¼─ 瘟ü\rxUσ"
  b"§\x14\x04Ôk‰0„0‡EnãAÇ…"
  b"¨¡CÞNŸ\x1DY¦ÁÍÈC\x15\x16Ç"
  b"ª¿ç\x03s$~G½=þä\x1C!Ö‹"
  b"¼É\x03Ù‗`║Î\x7FÒ¿O\x7F\x1CƒÄ"
  b"¶¬&—úpï(èŒ×0¶Úeò"
  b"╝U╚\x01▀¡\x04¥ûì+IçG?\e"
  b"¥×»\eñ9¯Ü─╦òb×:Å&"
  b"¿Ãzºe\x1D‰^þæ£úXÌJË"
  b"À¬Þ™\x1CÒ\x17ŠÇšç€K¿PK"
  b"Á»ð®¼OXó›åhI&\x7FïM"
  b"ÃÐôÝ$œŠÓzä\x0FÐ\tÔ\x07ª"
  b"Ä¡+TÙŒ'0¨!1Œ¤{y½"
  b"─╩■\x02¨Ø\x13\v▄)Ç\x15·ýƽ"
  b"ÃKîª*¦Ì«ª\x19\x08üí╣Ç\n"
  b"""
    È\f\n
    q¤ …jV+\x07V~z\x16\x1E
    """
  b"╚╩\x12\x05óYþS\"\x04═Ib­Å"
  b"É~^xîa}\x08\\x16\x06'¿4ot"
  b"╩¢»^0k╬╣\x10\x11╗ïºy▄É"
  b"ËS‹\x03”&<útýÑ?°Ã/¿"
  b"ËÓZ\x14šƒ|\x14ãÊ·=Ï-iÿ"
  b"Ìj\x06Òc8ôñX½Â\rAàu×"
  b"""
    ÎP\fIï©®Ý\n
    v9e“\rÎ…
    """
  b"ÎÝ÷‰ìo« Öªýh\x02ü=;"
  b"Ñ~\x1F™»–[,bצc\x192ÌÅ"
  b"ÓÚ¤Ø^dª+Aó\x1C‹€rŽã"
  b"Ú^6µÈ»<<7\B·}\x12ò†"
  b"ßß\x02y~€Qr}Ý1àaÖO)"
  b"âÚ\eú_Þ<jpŽuyÞ©;S"
  b"ã’tshŒ‹X<7I·Z»W­"
  b"å!¼Å\x0EPãOgSÀ¯WÐ\x04ó"
  b"åh–—óñÇòõ–Æy*âZ¤"
  b"ê\x1EÀ®öÔ©\x12>ä‰CЪôh"
  b"ÙÛ@õZ╔K\eF(\x18╩╝õüþ"
  b"ïÞ;\x05Y\t\x14¸ÆvÎî\x16Ý"
  b"ñx_™€*݆XÞ’\x7Fš1'3"
  b"ñÃñ\x1D`w\x13.¶¬<g¬nå2"
  b"óR\x04ª ,±3¯§\x04)Ò©B\r"
  b"ö,!\x11\x1E\x17úëvö—\vb\r\x1F\x19"
  b"¸%!Xjä╝Ñ╦æóØ\x7F0¬ñ"
  b"ø‹\x1F*–þ·\r½ˆ¿\=ºÄ+"
  b"ú\x11§Îh¶õmÍLã˜p­Ý_"
  b"ÿ\x1A@ÿ\x04r¢ƒ!ý¹T\x1CKòy"
  b"ÿÙ’÷–7Ç&ËÔ57IYÃT"
  b"\x00\x05|ÖÕÞË0ºÑÐ7E\x10É\x17"
  b"\x00ï\n!lõXÇÚíVæÖge~"
  b"\x03Hï[†½\x7F\x02]èM¾T\v:@"
  b"\x03ÊqC\x05%[÷w\eE.Üâ±["
  b"\x04òØÙ\x12ŒBcü\x15¾E#{\rê"
  b"""
    \x05>p\n
    Qzp&\x18¯\x15\x1C;Øbl
    """
  b"\x05i¢TP„›öÙ¿c)\x01‰~|"
  b"\x05ÀSl\x0E4>e¦\x12N‰æïCž"
  b"\x06\x00\v\x03ˉâô)û&™î\x0E "
  b"\x06{¤ò®0j\eY6í¦{šz\x04"
  b"\x073KOC,\x0ERmXŽSË´z3"
  b"\x08\x04O’¬÷Fbë‰x0¼ÿ&í"
  b"\x08^`ׂ(Í\e)Ž8Ë(·*\x13"
  b"""
    \n
    Nšê?\t\x07á¢ò\x11||†%•
    """
  b"\v\x1DY\x08®AÙªK1Õ\x0FMN\x16["
  b"""
    \v\x1DÆ\x1AŒ\n
    »\n
    #õ («Eäl
    """
  b"\fÍ»5\x19f\re!•\x02¯Ázñö"
  b"\fñåý\x02<±Ï]ã,ì`_%c"
  b"\rnÈaò·Ä"c¾\x10ñÀÅ+ñ"
  b"\x0EúnE3>¶¡w"\x11Œ Ýx{"
  b"\x10bõ«ø°‰\x1Eôך\x06\x1ALeà"
  b"\x15Oq‡Õ‚•¤\x08.:\x15ÒaÐ÷"
  b"\x16ÔˆŽà\v©ü8”jq§\x11¾­"
  b"\x18Ïå!Ø¿\x0Eë\x1C\x14y¢“üîF"
  b"\x1F\x0F\r–%¦\x01§•×\x11-cY“)"
  b" gÕØ\x18¥­š· Á\f\x0E¨Öç"
  b"""
    "½ÔȲd.\n
    7Š£™¬Q\x16­
    """
  b"#EªuÙÉ,ønȪYÍ\x0F"
  b"$tW+\x15þÂ4\x01#Ꙣûo "
  b"$¥ü»\x05aEM@§\fNi¯ÐH"
  b"$Ðü$©»h1ùÑ°¨2Qèï"
  b"&ów‡\x12&ˆ»\x00×qD‘D\x18O"
  b"(©XQ$¥a\x07u\x1CP85WRÛ"
  b"+q¦+ül†\fw0,dê/ýÁ"
  b",Ù4¹C\vã4\x16Ç\x11¸1\x1C"
  b"-Óç@0░Nb█ëìÂ╝╝¦÷"
  b"/˜­8\x11Á}í\x00·n;.ßÂx"
  b"0¬`i¥rÌ╦áâ═n%Z|ì"
  b"1w³\x05ÉO\x1Fït˜÷UÏA>W"
  b"2C╝\f¶í[áüѦZÜ@PX"
  b"3î«Ó\x13!6"\n2\x00OFˆ\x1Eë"
  b"58ƒ\x15ɘ©o\€uÁ\x05ѽâ"
  b"6\x1D\x12dØ░|ÉòéÎ\x0F\x0FÍâ"
  b"6¯&¼íÜäÏ®\x17Þj\x1AÛÝ&"
  b"8¥ç\x1Cç¶È=âº3Q˜ÿ4ª"
  b"""
    :\n
    éq¬\x05¯6åh\x10úô\x02
    """
  b":")en"JœV¬W^;\x06"
  b":.;cÜÉÈ╣­¼\x159ãØj³"
  b">q¸╝Ü ZOì èqfg)¨"
  b"\x04Bðî<░┤\eØAp+T└"
  b"@-%bŸ\x1Cú…ÌC<\fS\x7FØé"
  b"@…Ýœ¥\x1Fö-³\f¸}ÊÖf}"
  b"BHÿV?X\x00ıÉöG6ã÷ÃÁ"
  b"Bì¹NquæÈmr׶‚ä‰â"
  b"C^\x07o\x11sa<Màî×Ø·¡þ"
  b"D"íúí\x18 ÖBGzŸ:Ÿ\x1Då"
  b"DŽqtbEÕ‰\x1EAŠ‹Sß=\x03"
  b"H\x1DÔijRd}ÑÔúÓÅ:\vÙ"
  b"""
    \n
    yãŒÿ§5W\¡’ÿÞt
    """
  b"K\x1DM³¡\x064\x07lìÁ¶¼þw·"
  b"MEúä}æ#▓\x06_áþ\x7F\x05¥Ø"
  b"N\f\x05:Q´‘\e\x16\x05\x1A§Å·+ë"
  b"N\x1A\x18ݯêÅ\tzPõÎÓæ_-"
  b"PRÀ&*­Ö³\x048^V\‡¨Ã"
  b"""
    P¥ð­€ä_ܲªñ9µ\n
    z
    """
  b"R`{\vj\x05¾\fÌ«\x00ׇ\‡p"
  b"Rº¶»>ÚÞf4\x01H«²÷\x1F\r"
  b"SD0|?9©8ßQè°Žá\Ÿ"
  b"TyWóx\x1DŽT\x7FcµØ\x0E\x18R1"
  b"Uü■\x02±«l(&\r╩\┘┐»Á"
  b"UÙ´i\x10² …\x00—C\x7F\x05ò"
  b"Vx&\r─╚ºï¾É╣\x10!║s9"
  b"Y‰Ùa\x06…äõ^dñ&„Q+n"
  b"ZùgxáØb~šè7F¢Ÿ¨ã"
  b"[0àÖSÇ,.ߦ>k#\x1AÅå"
  b"[eëú9Ý– Z\x18Š™ÁA>Q"
  b"[­ÿ0V(Ía'¤í…\x0F¦ÏÞ"
  b"""
    \Ø1\n
    £q\x0EjσO┴f\x19
    """
  b"]|ÕøŹG]×1╚3■ún═"
  b"\x08ŠÙ\x1Ar*.\x05\x08"o“0¨"
  b"]Â&\túæZÿã´\x1DwV\x1Añ•"
  b"^ƒE‘÷\x10ôhxdñ\rAOýN"
  b"`mYꯉÿ@¾Eûº6¢UÉ"
  b"bnvëÅ \x01\x7FO¿4ª╦:æÂ"
  b"bü|ñD¨§PìT\x19Ø×\x12¯\x15"
  b"dG¶)xj\x10?,y5nË×ÍH"
  b"hôÁUª═\x19±ìúì╚g\x7F:T"
  b"hž$¨r†\x1Aô)Öë´î³ÂÐ"
  b"hÅРÅè\x11J™Þ"†~@ó "
  b"i\rî›GbÎfe½SåQ\x16µ|"
  b"ig[­Þë?\x17>ü©/úîäH"
  b"j‘\r§²Ò£@v¿˜-Ø)\x16½"
  b"k\x1D£‹6²|egþÚ3ä{BÂ"
  b"pæñC5è\x11\x0F+\f?Çõ擲"
  b"t\x0E¥h\x01`yº\x07ÜþcÑ×7µ"
  b"tv{äšcjžóFw\x0Fµ\rE"
  b"t‹ÅªÚ6_\x12,ÉÅ®¯ÁH\x01"
  b"uNò~z'?{Ú╩Á▀¬Ø╦³"
  b"w(¨‹\x03cu˜ÿBþ¹h¢ŽÖ"
  b"y]Ê~3õ\x16Ó§ñö\vIs‚¼"
  b"yšRBšîT\x12\x19G-Aèò\t4"
  b"\x15©u\x1A{\x04j1L÷á¤ôu"
  b"z¿,°½öê=»rT½<¤c"
  b"{T!\\x02ågEzÐï|n\f.>"
  b"|¥é7É\x00┤~Ö\e\x1E\x15\vÃd&"
  b"|ÌuY}{@c\t\x02δ\t¸®£"
  b"€&%Þt(Ù˜ëdR ÆŠ–"
  b"ÇêéßÒÁü\x16ê█\x01­´B\e\x0E"
  b"Ç╗|z╚L╝λî─▄#énì"
  b"€ÌºEc†l\rå‰Ms\x04:@ê"
  b"üô╣f╗gßkí{S\x0EQ\x0E╩?"
  b"‚]X\x16\x02"uÑ\x08¼hÃv$lv"
  b"‚v\tB>Ó\x1FªòáÂí]"
  b"„{$éq2K’Á™DØÂKMŽ"
  b"…p¨£øg}\x18\x19¼Ch”¤"
  b"àsFÜ÷\tW\x00<8°Hë╩ÍÅ"
  b"\x05\x11ÙnT°¼Y*î±\x1A˜Ž\"
  b"†DB\x14\x19¯¸'6´òúÏ£CE"
  b"†f¼$:ÖõYæE¶¯JÌ{Â"
  b"åÅ^¼ç£Q¦ƒ 4?k╝åÉ"
  b"ˆÕ\vÛùìž\x1F´¢AÙG§\x0E"
  b"‰QìSJ8nbK\x11þBM,EI"
  b"‰ý,e\x0F£Ïì@6×)¥-~Q"
  b"Šò|\tœI.±\x18\v9Ï…`\x05<"
  b"‹_vJÀD\x00¨ \x04Ð\x0E\”Æù"
  b"î)╔4±ìôÛ$ÔW\x1C:\e\x06\x19"
  b"ŒÞ¦(Š9·…£~\x11/\rLf7"
  b"ì╠▀º$GÿÔÁÊ\x08¡·■"""
  b"É\x7FÙıtqªAû=.äX1Åý"
  b"""
    ɱ╗¥└@«Ú\n
    $=r\x07┤«H
    """
  b"\x05Âg‡ò›¼ò´‡vah€m"
  b"""
    ‘Éö\n
    Ï\x05´R%[¼¶ˆnìc
    """
  b"’ØîðšoÔ®~([PK¼2_"
  b"’è?^î\x1Do]\x0FÓó\fØ’†\e"
  b"”2ØÒ\x7F;p·©,™ç^ŠM\r"
  b"”†^¤ÐuUÎ\rÃÀVL*\x06\x18"
  b"•ÕÊ@Ä\tøZVA!Å÷°©."
  b"""
    –†\x03\x19·ëÿ\n
    :5¼ô/U~\x01
    """
  b"˜\eH¸‡FI\…&5\x1A“¤y¬"
  b"˜"ƒ‡¯¶ñyO¶Ê\x195v )"
  b"˜#\x19w¡´*U#3ª½x¦¿•"
  b"šÞT×àèHÏ7\x0E#`g\x1D\t#"
  b"Ø)░¿4¶v^.ÚÚ\x1Fi\róô"
  b"ØÄY6J\x17ÿðT^Ú\x16\x17L\x1Co"
  b"žuâ\túÈe¦F†åE鬣\t"
  b" _:ÿP5[m.Q\x10\x02\x0Fõ"
  b" ÅéM\x1DNº;àZuºMã\tc"
  b"¤µÉâ\eü\Æø"Ųà°vá"
  b"Ñ\x1Dsûö¦(ÄGÅV@▒°£»"
  b"¥€óBv;ÿÿßνÏülE\x19"
  b"»p²ùägwƒzÀ¿■Ø 6ü"
  b"""
    ▒J¡\\x13ü´\x04îx\n
    8UWB└
    """
  b"▒Å▄Ñ\x0FÀµÂ_Ì×│7\x07§R"
  b"\x01§\wü¨à\x06­ïÇCU2î"
  b"""
    ¸\n
    ýùñàªl9\x1A£ÿŒ\x01m\x0F
    """
  b"¹kIÿÀº¾¦(\x13h„\eÿeo"
  b"¹˜ÐÙe¦ŽÙ\f¯¬2Âtý²"
  b"º¾K­*ïf\x13D\x0E-ë‘Üby"
  b"»\x1CLvG\x11Ÿùž\ÎÁ¬\x1EÄë"
  b"╗ÎÄ┴êâ»\x13g┘]ü>\x07$░"
  b"»ì8Êzì’«Ä£ðZ}ð$p"
  b"½ÿ\x1CU=ªwÝÙÊó'©¿Â£"
  b"┴ò¿\x08É\x15дpü╬M\x06C[r"
  b"Å\x05¶íZòFf°k*gðÏ—\f"
  b"Æîש_óñš?”Û»ÅQ-á"
  b"ÇŠ\t@æÃE»9U·6áMsÔ"
  b"É@ +ÅM£ª)M¥|ƒ¡—º"
  b"╩\eæþ\x1Al'ÅNÚi7C©2"
  b"Êi\x1A\x000¸xö\fë>nƒ1\x04;"
  b"╦K5L\x17GØRò~¼\x05\x12├oî"
  b"ÌÌ„\x009\x03|B\x18X„!Xé‰I"
  b"ÐnJÿ\x12ªz\x1Ev\x02!‰<hµL"
  b"ð¡ZÁg:».}ü║8\x03&åé"
  b"Ñ\x04ýp\x00cÂöJ¯\n\x0EÔ\x05¡Ò"
  b"ÑJ•‰\x00\x1EÜ\x7FÑa/DG°0“"
  b"Ó‹\x155PëüH»škeÞkÐ\x18"
  b"Ó¬–ß!Þ,\x1AäÈæe¹üƒZ"
  b"Í\x15å┬CËy║\x0F;©Ø\x03\x01±l"
  b"ײ6ØÐÊbNŒª‰\x0F\v6C3"
  b"Ï^¤Jñoµ^ì"╬dO╝9ý"
  b"؆fYCÆû}Ëq¤%\x00¸2\x1F"
  b"ئ\x11¿üä&U¼¼ÿ•8é ."
  b"Ùç|€®Ü/…\vrƒƒÚ^‡×"
  b"Ú5’·#Pw‚/ü^en¢ `"
  b"Ü\x03\rý\x12>jÞÝ(ä•H.\x15Ü"
  b"ÜÆV*‹Ô­v·\x12ê™—&³("
  b"ݨ%†]:U%öt–×N‚3õ"
  b"Þ}é›ïK0™¸† \x031AÀœ"
  b"ÞâY¤Þ\x19¬êüñ«Ã¿ë®\x06"
  b"Ó^ÉL\nc\n\x1E\x00b\eÓlË"
  b"Ô\x1FÉ:÷\x15\f└¥ë¦ö\x1ED\x1A;"
  b"ÔªV\e\x17█«ùaQ3Ú┌èüE"
  b"ÕëØtƒÊ┐å¢]\x01k!5$÷"
  b"ÕÞ®#ü▀F³a┬(å \v"
  b"æpn±ýÁÃT\x06-U\x11×m\x1Fm"
  b"""
    æ¡þM\x06reS?\x0F\n
    ÔId;`
    """
  b"ç½às\x08ù\e^~{Æ\x7F\e׶\x15"
  b"þıT#\x17\x07l╗\eÉ¢\x10ËD>G"
  b"çø\x10wYجt~H¦â¢—Q:"
  b"Ûù\x01■­e,©¥§░\e\x04ÅL?"
  b"ë\x0F½\x1D\x12‰Â\x05’ŽÚˆ+ÉêÝ"
  b"íå/\x1FBœ´ŠU{¹_xͬË"
  b"î\x19¡«\x05ÇkÜ#I‰\x1F~îa‡"
  b"ñ\x13e·2¦_Æ {nHA§}\x18"
  b"ñ'†È²ò̃ñ‘y‰ß‘-\x18"
  b"ô,q\x15¿'ÐÏÀ[ Œ\x13b˜¿"
  b"""
    ôñ(e\n
    ù|jÁå\x13—Ÿm—*
    """
  b"÷ö║\f2╔GúMÒì\x7F\x13ý¢Ã"
  b"¸ü\x0E\x1CõÍxã\x1F;ëj]ÎôN"
  b"""
    °&~8.³\x05\n
    Å r╬╣7┴
    """
  b"ø{‘¸\tkýû\x15@ôe\x16/¿c"
  b"ø||ÇU>MQ\x0Eò`ypÈ2\v"
  b"¹~}À\x06\x1CÆî═%É║¬såô"
  b"""
    ³│\n
    ¤@×쵨\x19\╠ð4jÁ
    """
  b"ýÞmÐ\nØèÓ\x1F\x00KD“îaÅ"
  b"þäY(xÏTÎl\x10ÛäFu$_"
  b"ÿ&É\eÕ}7ŽÂ¬œ)ܵ,U"
  b"\x00šz\eÜ›àȪŒáÊy\x07\x11£"
  b"\x01%\x07\x02E«v|ø\x0Eš¨&\x17ts"
  b"""
    \x01O\x1A¥’¡x{\x1EÈ•ÎD\n
    u\r
    """
  b"\x01ýs\Ô’\x14Ô{ÉUfåu\x02ñ"
  b"\x02#\x13|õK\x1E\x19ð´\x00\v\x0F˜"
  b"\x04\x16[ÅI$¤™"OæD—jŽ\e"
  b"\x04\x0ESäãã\x0EèØ™×ÝÍÜ"
  b"\x04g\x16´ì;0’v:APM™€T"
  b"\x04®\x1Fòpðu\x08ø¬B'ªµ•\x01"
  b"\x05î`¬„Ç@\x07˜\x16‰Ô€“åö"
  b"\x063ÎvV\x00…#=#ÍJTZ2æ"
  b"""
    \n
    ©\vƒqHÑŸ\x06Æh'm…mÜ
    """
  b"\vK)*±╗sì¼ý?;\x7F\x1DÂ\x1E"
  b"\vÅᣃ&AL¼Tz¥▓Y╝ä"
  b"\f­{ß\x1Aº\x05\x19£#¾—·}˜§"
  b"\rIþ|\x0F╩ÄÉÃ|\x08═ãÉ&h"
  b"\rÇ”oGæe¥~Τh˜–"×"
  b"\x10QB>\±¨¬«†y=°ûLÝ"
  b"\x13£ZlµÙH'Ô\x1AfÏ_S†Ö"
  b"\x13╠┌\x05« ü\x01ıÙÛÔy\x1F¦§"
  b"\x14\x16‰ï\x06Ã,g´Ûö•àjµA"
  b"\x144\x17\x04\x06þ\x0Eá▓Ø/█1■Í^"
  b"\x14ë`>ìëR\vVß Èˆ¥Ôƒ"
  b"\x18‹~\x15N#Ôãßns®m¡R¥"
  b"\x1C!„W=Rëé¾b¥š3Ûžù"
  b"\x1C\x18žËÑ7&\x10\x07\x1F^"
  b"\x1D]'\\x05i\?\x1DÀ„wàf7H"
  b" +\x00\x00 ¾tR\n\x17>‚\x0EéO©"
  b" N|KÜg■\x03T]Pì±└Ô╗"
  b"!R\x1FiXºÎ\x0E\e=\e\x7FäÇ"
  b"!¸zÜ\x16shs³üˆ\x10ÈñƒŽ"
  b"#²q{Èü@TÍgÒ¹\x05ûs▒"
  b"%ý@nj˜þí^t\x05Sìåæ’"
  b"&;z$ûì\x08©9\x19­\EºbE"
  b"'\x08dD│«\x04▓Ü.a`4îÅX"
  b"' í\x0E‹Tª¨o¨¦d =˜À"
  b"(Vþj²²tU¹Ø▀D▒]┼ý"
  b"\x17î\x14:Fbn┌JÆ;\x19"
  b")€\x10@vƒ\x00\x06݃O\x06"
  b"+èÕàÉÙSs Èoñö4ÏZ"
  b"/>V›<¼yó‹d\r·,¬Žœ"
  b"11s\x18\x11#j=º\x11ÏÎŒ«#Ë"
  b"5\x07k²Ä<‡¿¥\x13KJn\f\fH"
  b"5\x1FQ`ß„5P5÷:v6\f¨Q"
  b"5$Â\x1Eár0ßÊ´pÊÔŽô×"
  b"6³–Dú€\x04­ü²2ˆŠO¬·"
  b"6íb{D‚£3•fÝbû\x11°Í"
  b"7û^Ó™\x15|ÎX[݃p‹M—"
  b"8\x040û8éˆ59k\x13v\t\x01Ãü"
  b"9úÇ5k\el¸EÚç_z\x11"
  b"<\x19\x10\x14\e\x05åË\x00…sñÏxŸÌ"
  b"=;ðG)é\õÈY\x07üTeªm"
  b"@©ãt/\x00\x04yÉ░¢\x06Ös*;"
  b"A\x1E³¬º|FŠà\x145NqX3\x17"
  b"B\x1D¡\x05‚ãâ{L°ï•—žÁ'"
  b"B!y\x10¡Vÿ«ôÍð‰Ì†Cn"
  b"C¦GÕ¨³Hys<9戡î"
  b"DçÅ+\x1AödÉÿâ│í2°ëP"
  b"EÃÀ@g£<hú¢[%¤1‹)"
  b"F1▒vpÙ\x15¾Tª\x07SpéÅî"
  b"HD‚)‚z\x00JËD¤¬t#{,"
  b"K¤¨£¯<\x02¾VÕ\x16zóñ#\x07"
  b"P§0®Ä6\rë˜\x0F4RÏ,ªÕ"
  b"QéÚœpð\x11ÉAW·“{\x06"
  b"\x1F*/·÷/ø…'™UT8%"
  b"S×Lgc\x1AÐ,\rͶì \x15i\t"
  b"T■7n8pÉÅÓeB!\x02-s\x02"
  b"\³ù˜{Ž´‡\x06e}‚#Á A"
  b"]\x0FßÅt’hÐqIY)xm^æ"
  b"""
    ]0öi iâôÇÅ┴¿\n
    &ñ(
    """
  b"^\x00¯\v║Å7┴ß0-öU<Id"
  b"""
    b\fÐ+¼øäü?\x10°c\x11'\n
    \x0F
    """
  b"dj\x7F\x017¹╝MÉ╠È%Ô"
  b"eº+ñ¨\x07×2ljÿ!4ª”Ð"
  b"gîÿ´ï"Š¥½ÀO\x16\x16†“\x06"
  b"hºQ┘ìgg]i±çıJ`╦ÿ"
  b"l\x03h\x17(└\x17j¬ÅÒ\x1D\x12FPÿ"
  b"lžšk†?\x1D55/¿ü¦-€;"
  b"q▀╔öW\x1DÙ¾5ßlÂSpÃÉ"
  b"r\x1Dƒ£\x1AÒEú%„ùºšÏéM"
  b"u«|½-Y÷}\t\e·~ŪÜÃ"
  b"x±d>>"k6þ"LÞ\x14Žë'"
  b"""
    z€?ý²ÖÙ›Ó\n
    …ëZ+MT
    """
  b"{-ö.÷6ñǵ\x18õ┤$^ü"
  b"|¾Abè|A┌▀\x06ì9\x1DÖ¿è"
  b"}X^\x16Ö‘å^L\x07Z½w\t€™"
  b"\x7F@»‡{Š{¦z*¶a\x03{Nß"
  b"ÇÆpÍôuÃVÊÅ׳â;?▒"
  b"ü\tÜ&L\x109sòî┤┤©║ëý"
  b"‚(>ÊëÆa£¤\x14v\x1Fß¼çŸ"
  b"‚Bó(.hûV•°JmøtWµ"
  b"‚ä\x19¶_J$ÏBqÔ8?—\x01à"
  b"„ž°£CZ~#\x06·3°]K?ü"
  b"…Á‰Ó†­=Ô³@\x18¦\x1E<sZ"
  b"Šk¬y\x1A®Í­„\x11\x10\x03ú\x01ñß"
  b"É)║³┘,ã<\vë─\x19Ùç\r"
  b"‘•°X\x112¹ÒCö\x1Aç\x18y!…"
  b"\x15Ë\x0E•3°X‘ÝÊP\x04êuR"
  b"öw¿ÜÀ\x02ÿÚ"1C\x1D×{ÉÈ"
  b"òCâ┬╠Ä\x12\x1CªCÔÜB╣0ü"
  b"—'ôV/\x11Sc"êß8\x05{\rî"
  b"š¥]Å'¥Ug §•ë;0TW"
  b"œN\x1D\x044BšìK*³*\x05ÈG‰"
  b"œc´¹ö¬ýUs`\x1E˜m\x01õ°"
  b"œÂÊ–{ü‹–ùïÂ\x11³\x1A\x021"
  b"×»g¦┐x\ríMØê¡└\x08"
  b"Ÿ\x00¿sC\x049È@\x19m\x07Ó«ãP"
  b"¡\x06‹i¨b\x1F¬‚\fBD³\x00\e¤"
  b"ó\tµOÉòd?m\x06%¿iÍ└&"
  b"¢]­UÆœŸÞ”FùTÞ.w["
  b"¢lËE¡Î\x1FLµq\x17åã­ûÀ"
  b"¢ö“šÙôy—З@Èfë7]"
  b"ª:˜¤\f_›xí³®æì=¢$"
  b"ªc\x18»\x1E\x04Œ^\x0Fk±V†\x1D¢a"
  b"ª‡¶fÓ˜”ŽÒ«ì—;a˜R"
  b"«€fÖSC\e\x04×¾‚\x7FwP"
  b"¬\x17\x00Ó\v\x05ܲ”ržmï®"
  b"¡´Ò\x11\x19\x12Äüëû┘½¿Ñ‗v"
  b"®‹ß]s†¡@–\x15º3{%m²"
  b"¯þO=’–UteÚè_¦ŒªJ"
  b"°x\x19²tµT¥ÜK-”\x15ì±»"
  b"±\x13EÚ‚^\x03ìè€*7\x01ëæØ"
  b"▒k4_P╩/;`.¶\x12¼üp£"
  b"²\x19¬Œ£Š=è”{kR)Þ«¼"
  b"²SUD\x1EDµÔa;9A€Ñm¿"
  b"²ó‚\eb¤qöãÔ\t¡†Œ\x1AS"
  b"Á_╚ ÅÄ\x14ûO\f¿ä~Få"
  b"©\x18ú¼%Zü\rkÒ¹üÃ\x15aW"
  b"¹Í\x05⯥2*\tÂ\x1FChϲÖ"
  b"\fõë\x1EC6üê\trÝÎæÑz"
  b"╗─\x04nüñ\x14±Ë wãP┬Dæ"
  b"»ÇÄ&¦ÅÌN©üM[ßAC."
  b"""
    ½ †\x07­\x1DR\x11o\n
    ¹Ë?:&µ
    """
  b"½i>ÎÁÔ\x1F«‡î\x12¢¶Á•Q"
  b"¿½¶˜š;ë\fº\x00y#\x07\x19"
  b"À¿\x7FúFŽ}©\tÝC½•…~\x04"
  b"ÀÇp4‰„d…FÑdµ÷\x1D½º"
  b"ÂáÔ(Ï$ãDvü{Ý\x07˜;Š"
  b"ÆcPDü‹4I¬ù\x00òù\x17|\v"
  b"Æm:\r„€Á1\x04-}fqšŸ¹"
  b"Ç\x0F³\x05X\x18$xx*“q‚\x12z\x00"
  b"""
    Ë9óp“2\x02·i\n
    \v;ò§µú
    """
  b"Í\ox¢ R%\x7F[Kû\x02\x17Å6"
  b"═sô║ıÔÙ\x14\Ôû§s»ÙÉ"
  b"""
    Í¿²DH¢ªw\x01\x15h\n
    §Î
    """
  b"ÍÃÀºù¢ß+r é‘\x17ä€"
  b"Ï\x0E½Þ$Í`\x07P²qm\x05.ï™"
  b"Ïþ’•‹ÈÏ\f+\x15b€¼t\x0F¬"
  b"Ð\x04ú+¥¡?ÏóÔ\x11\tŽl¶Ð"
  b"ÊKdøtbQ|²üÜ\x1C╚░tÿ"
  b"ÓÅ\x08,–«‰ª8ÐEeþNõè"
  b"Ô€ÂøK=\x16`’*h\x1D¯6^\x19"
  b"È└À2\x1EçPÅ!Y;Ð\x1C¼¯ê"
  b"ÔÑxÜГwyoFfûzÙø²"
  b"Õr$¹çi1^O]\x02\x1E¨\x1Dfn"
  b"ׄ\x08{Ì]u€3ýСÍÝvÐ"
  b"Ù\x03\x10ü\x08ƒ!K+\x1FMoŠ˜"
  b"┘'gûþØ■ÚÖ"ıJ(lBä"
  b"Û|3F\vb\fž3û®\x00ú!\x08S"
  b"Û}¹9\x02#\x1FyîÈÎ}…ÄÀÔ"
  b"ÜI\x04­€<>Q\r}ö”[öœ)"
  b"▄¨ıvÓWÔ\x1F\r½@Kx\x1C╦ì"
  b"à§2×úÅ\x1C\x13Ž¥ñWÿ3Ï9"
  b"á\e\x18#æn-P«rž§\x10R"
  b"çÙÓ\x06[øM»Ü:vRl§3Ï"
  b"éïH³¸\x0E ø\x06Ü'Ö\eˆ€Ý"
  b"ê-D+`-šÅÅ]Xz¹ãÛù"
  b"Ùæ#ì'L\x1A├¸8bÌ8ÈÛ\t"
  b"ìºè‘aº\x1F\x11¤Ï„„üVÛ`"
  b"ìÔå­˜Ô\x1C·ÂrÆmI\x14$Q"
  b"ð|›®$æÓ%ú½Ê±sÑÞ–"
  b"ñ`É¿¤Ë¬&\x00fn‘>"–I"
  b"ò\x04\x12ÎMMÒüh\x11[VG6í8"
  b"¾ìþÝ\x15~D\x1C\x06¥x÷ Q`}"
  b"°s▓╣3ÅS¯\x1C│§ß\x14ó±┴"
  b"°¯VüO°}6=ß04OÍí\f"
  b"··ycºñ\x13ug%\x02Zƒþع"
  b"üNò“gÍ'e\x17\x0Fµ]n/Ä÷"
  b"ÿ\f\x7Fìíà‘(Ë‹Ì1Lmgé"
  b"ÿœ+Ò‡VŒCD®îÃ’¼&-"
  b"\x004UøH\x14ŽŽâ³Ù'or~Â"
  b"\x01kßý¨y‘’\x04ÁŒÈö;Œü"
  b"\x05ÿD É“YÆ3æÏJ€‹¼’"
  b"""
    \x06m%[èpÑ)ú€x9o›\n
    Ä
    """
  b"\x07©Lr0ƒT\x10¯YWTeQ¿8"
  b"\x08~ EýAKÁä§@Ô‰ü8G"
  b"\tàä\x1D\x1Feâ!3\x18½ÑÐ OÁ"
  b"""
    \n
    "ÿÑïe?#zÀî«06\x1Aa
    """
  b"""
    \n
    ©è\x01X¦e(Øᬰº\\x03s
    """
  b"\væ-º³!R-\x10w58€\e¯^"
  b"\v÷Í`pBUBd•j™Ü\x00ƒC"
  b"\f¾o-Ó6\x07¤§jd\x17v¶ø_"
  b"\fëª*/\x0F9Ëҵžþ×»÷"
  b"\x0E\tì:ö\x10\x04\x15„í„ë\x14š=\x12"
  b"\x0E÷\x01ßoµÞ;ç@/t\tu•\x05"
  b"\x0F\x00xC¹«”\x119Ça°@?µ¹"
  b"\x12I‰iÁ¹‚\v¶¬v\f7;`˜"
  b"\x14ó\x04ü█%8ä~n*d╣ÁZ╦"
  b"\x17Z¿" ¨87¡s>À(ìÐÊ"
  b"\x17ÔðµÚ\x7F,Co\x05vËJ˜ù|"
  b"\x19Øu$°s¶Š…ÓÆiÅÈ@K"
  b"\e*kCØı\x1E;öÿ█çJ\x1Fß\x18"
  b"\e\x16¬ìðl\vB÷¼ÂÊ°\x0F"
  b"\x1C\x15\x01ÎîÄ\x7F\x00#Û,(Æ\x02XC"
  b"\x1Cò>åÑw#³\x02·L╣\x13▄ñü"
  b"\x1D…yï=·áeçÖÜšÁY5Ý"
  b"\x1DØ7üL\x06ÍÕ~èn¨&½RY"
  b"\x1E\x06_└lDF\x07DÖضb­\x0F\x13"
  b"\x1E2\x1FäƒÀÉnBÞ~Ìòmú@"
  b" Ó\fÜ8\PQÜ\x01H¯ÿqû¢"
  b"!òܸ /?¬\x06ï‘\e\x1D>\C"
  b"#[*ÙfAL5ò9ŦÃt\x03£"
  b"#«ncØžaUØ’WcâäƒÐ"
  b"#ÂõT!!“\x07ì„Ý\x01\x1DÊŒ·"
  b"#ÌJSt)Â+&V?yÖÅ\x1Cü"
  b"$ƒÈ)L┌ɤöR\x16ï51▓└"
  b"%áiTaÛ\x7F\x04\fòž\ef\x13ä4"
  b")Ï•qecö\x19ñ“rÁÂÅê¾"
  b"*\x1F(â¯Ê¢ÆáU¨e\x08\ZO"
  b"*gø\t\x18¾?'\x19á;\eå¡|¾"
  b"*Øäû\x00ù:‚gßÝÚ‡\x15­Ö"
  b"+oƒ-¯¢\r±°X)ÿÞy`Š"
  b"+qñ\eÂ@ÿÈ÷ŸÖ\t§\x17¶5"
  b"+Å}>xs┘7ÙÐÁX▓\Õ\x01"
  b"+æ-4ƒÊ‰–w"ܹ#Á\x06y"
  b"\x08Uê·V£┴F7è­T`Þ"
  b"-ù`4\x14ã\x17S\x06\x15\x14Œ\x01"
  b".gÅßP„\x17tðsf•u-°‹"
  b".’¤¨Æ¬¡CÌ\x08qújȨU"
  b"0\x17*¤4]\x08ù─╠Øì╣g«\x1E"
  b"0)©ô¸1þº\eÉNg\x11\x02\eè"
  b"0\êð\x12?Ûrò¢¶¶\x0FéµÇ"
  b"0àÚ%ÒÒé¡ëÄ@6Š$º„"
  b"1Øû\væ░Q¶"╝\x06TW\tË)"
  b"2^ýìjöÝ ÂP;─,¶ât"
  b"394NØ\x13LÜ@\x0FRóï2[\n"
  b"3@ý©|ëw\x06UdÔJ¶à˜à"
  b"3¤†\x19\e\x07{€iÞ|Žú»`2"
  b"4\rœ»19öR®Â\x03\x1D\x15ÒŸB"
  b"4E;H³\x0F\x16KäÔ\x10ž`\x0E"
  b"4Ø=^ÒPÉt\x11Ì9P╗ûýy"
  b"\x18rØ-–Î\fõ”¯õ¡\rš"
  b"56HûZ\x06X\x1D܉Y+³©ÌC"
  b"5ÉÝO▓õyvßzBN,LƒÁ"
  b"6\x0F’$ÞÂÇ*\x126aS=[âŸ"
  b"6ºl■\x7F8aI\x1AðfôEØ\fè"
  b"7\t"þÓ2®!\x0ES~Åem\x12\x00"
  b"7¿6´íñùiÒ¾¨/úTÑÃ"
  b"8KÓwy¼\x14À„½õÜÇW\x1Al"
  b"9\x06˾QãfZ@´¬[ôC»\x15"
  b":¤øIÇ‹\x06à\x00Ö·gD/|„"
  b":÷ù\x7FTl¼ªAÇŒIáSœò"
  b";\x05âÊüÒ6W\x07z lÉ~\x118"
  b"<®5═Ç\x04▓\üê\&ë,«å"
  b"=™¹6ß\x10õΎоµýŽ\x01ê"
  b"@2\x07¦dÊ;sóñ«¯\x19X\x1DC"
  b"@5-¡¬\x06{>╚/g4eüqÎ"
  b"@º\x04$áàðJïf├ºj╚Å"
  b"@§÷̲\x1AÅf│9HË▓Mræ"
  b"AS£BœX‘a\x13\x11c“/€¯"
  b"A¤Â´,1\f6›ìlú\x1FGP„"
  b"BXß\x150Í^Öô-3\x7F¯<=€"
  b"B½2ÌÒ=\x7FN\x7F•B‚7£Ôä"
  b"C":$…O\x0F7ñZ\x19‰t„Í\x0E"
  b"Dm\x05©\x1Ao´ûž‡„¢n@Äá"
  b"""
    F`ƒ\n
    í‹ÈFãû\x07©s10~
    """
  b"F▒xL+TÁµ:ì▄óz3"\x18"
  b"Fò#´wûš‘}øü.~néf"
  b"GöÀµ▄ü¦Û­Ó.)┘5T>"
  b"G©d“(ÓÀ!þ:\x06'°._-"
  b"I¡;+Èyc¿\r¥…"Mˆ„¤"
  b"Ié;Ýž¿t\x18{e€r\x0Eû·d"
  b"JY‡ö“û`fö\x045ÝøÍ\x0F."
  b"KÊÉ…âS5\x12Rlì\f°}9û"
  b"L\x18 \x07ù\x16œ¤\x17š¤ÃšK`\x13"
  b"LÁ9k䔕ã´9ËÔü\x0F*b"
  b"M\x08ï¡Vu4Í:Lq\x18ñG¤6"
  b"M¨k~ü€ôR[¬‰\x7F5ïÿ\x13"
  b"O\x14\x0FµþÞ<zL\rŸ\x1E\O"
  b"Pp•ø)\x1AFø¶ÓÍ\x1E\x14O[­"
  b"Q·l¹Š©‡Nk\x1AÇ(îY…L"
  b"R\x03\x00e˜­§Ä,\x03c€qÕÍ&"
  b"Rý$Œá\x06EmÃ{;o`îÑs"
  b"Sxø\x18åᾕ\x02»”Ð !¯\x01"
  b"\x17\x18@3\x1C³VYO†:ͪ'"
  b"X\x13é}\x17Øa\x11\x02\:0?¥\x1D"
  b"X¾X\x02âˆ;ßmàûÂ\x02Êñ“"
  b"\ºÆ2«L³Ÿ‚‹G¯í¨\x15_"
  b"\Ì»³─4ouÛì·\x02q^à\x08"
  b"]`¦¬ß(eÌ6åBb%’\x00¢"
  b"]£┴ïº^¾Å;?¦¨┼å╝8"
  b"^\x178Vœxk\x03¿\x00nXÊ\x08Ñc"
  b"^L\x0EÉäª~þƒpô\x17y\x1D½¿"
  b"`&À\x01§]?\x12i{h@Ž(˜¬"
  b"`r„>\x16=\x1A\r\9f\fW\x05Ýø"
  b"b\x130nô\x1FÍ©\t\x1EU\x1D\x00ŽçT"
  b"d:€Ý©t\x13\x19$ÄëÊ\x08+âð"
  b"e‡\t\x13\x02Ó\²ˆLÓ{±\x1Fç"
  b"""
    f=ÁË<SוÐ\x1Dãs\x08\n
    
    """
  b"h-]{ÚÁMŸô\x1Fã+ûìL6"
  b"hT¤\x1E§º└µl\x16C\x12ÉzZ\x15"
  b"jÐê.\ex\e\x11ú‰¬™ûô"
  b"m(Tцç†î›x>TK`’\x15"
  b"mÀîPªý‰d•\x07ÐUÆ@öX"
  b"""
    o\x1D›L¸x’DýŸ\n
    ²¯\x1Aªê
    """
  b"qY■ÈØ×Oé2Í┌$¼¼¤\x12"
  b"qóAVŠÓ\x1A>–ª\x1Cš‘ôšø"
  b"rp…\x12\x19Ôhçlj©ÿÍEë\x06"
  b"r┼«døy  \x02╝êìµ£ûT"
  b"tdƒÀôXÿÈÖÂéÁ.@MO"
  b"t´] ˆÙ a÷-ØbÚÂ\x18Ú"
  b"uJÕÆ\x1F.(˜9k2/\x17Þe\x0E"
  b"uo˜¸\eíÉ<ÀŠóÒ°cØØ"
  b"u┤ä\x0E>\x14╗!áÅß^Ô.\x02P"
  b"uîÒ6ÖFå\x00=5z:jæ^à"
  b"v.¥:g\x13Ò^\e9âs4É«s"
  b"vp\x14€„Ô\x17\x1D[³ø°š¦\x18["
  b"xß÷kŒó\x11\x1DÆ\x1AxøM="
  b"yà”„t .m‰\x15ø‰\x0Fc\f:"
  b"z7\x16?ó©@´ïV¨h\x1C¨##"
  b"{7:€Š¡\x7FY» )RÎ>ŸR"
  b"{Áe4-ϵŸuò\x00>íb¡ü"
  b"\x01ÿ°Wƒ\x01ߦûшp›#"
  b"\x7FØ¥häÔŠP{¹½¼Á'\e\v"
  b"Ç\x0FÀÂnLB╚ðïdOìSÚ¦"
  b"ü\x02lZ\x10&nö³╠\x10HÃwW▒"
  b"ü\x02»Ná¦Ãk\x1E¥3Ñ­h\fp"
  b"ü?Êé´2‗;ÿ>╔\x1EͲÅ\x03"
  b"\x1A\x13HÅÝ:ÖÚbÀ‰s–Vd"
  b"ƒªùöÌ*\t[\x14gh•6?˜="
  b"ƒ¯.é\rµ5«ø\rŒÇÚ¡“­"
  b"ƒ´]ÕRkÔ\x0E\rÑžÂ-?Þ~"
  b"„G)Ï\x1Fâ\x7FÌ#9icª|ˆ\n"
  b"‡“µŒŽ¯ò®0–ù\x02â\vçL"
  b"ŠN^éæ–Ž}û\x18ÙTäOsD"
  b"Šl–\x15(ãºþÉãRº¶:\x1Fú"
  b"Ž^œÎÛæ\x0F£ñæ&§Ã—îM"
  b"Åew°╣7æı\x1A█Él¸Í┬╦"
  b"Å«(I`!%¿ t╩⩃'ƒ"
  b"""
    ųoâ\n
    R\x02ÞÛFçgM╔åÅ
    """
  b"Éh§D5»¯;_´C\x0E\x00\x00\x104"
  b"Ém4ÌíÜ‗v\x7FÎÎr╔_â>"
  b"ÉÂ}$~{TR.ôw´n‗\x13S"
  b"‘å%t×\x01ˆi\x1D\x1C\x19:98åT"
  b"‘íÙ‡Uœ¸\x173‚ž¬Wao…"
  b"ÆÇìÐ$ì»Êú5¸èëÕï░"
  b"“GhÃâ¦.ˉµ,<HD„R"
  b"“Ä•^><îN\x18Ö8z;\x05¿º"
  b"”Žß4š\x10Xn˜Cš|S*³¬"
  b"•×\x00Þ£rïÙ)\x11\x03¨6x\x1C("
  b"\x15­Ü”î\x05®Œ-¬¼Î\x1F^,"
  b"šRºªzðÙf_—Òv¯º\r9"
  b"›˜ñ¸Ì\îé«ÆH^\fX|â"
  b"œ‡é\x07\x1ED\x0F;^u-Q¤\rY\x05"
  b"Øq┬Äò¬`-┐ÍÀ9$\x1E\e"
  b"×µ‗Ò°ñ╬\v]\x0FÝ<Éch═"
  b"Ÿ\x11Š\x01\v\v†,™"N\x19[,"ž"
  b"Ÿ!b\x1C´:à¨@/w\¹cDV"
  b" 0ÍΨ-;¤\x07@pb€DÛÛ"
  b"¢]ÿÛf‰B¥Êb/oã¼ÜZ"
  b"£fùÛ\x1F7µò|zsúeãá×"
  b"ªå■æª\x10Ø´$²Fl└¼ I"
  b"""
    §$ÈÝ«(!\n
    ½4ÑW½_,/
    """
  b"§>Ú•W!^­\x14‹û6ÐÍ!\x1E"
  b"§hUÝ$á\rèép?SÉÉý½"
  b"¨LH€â½ƒ\x1AɉÎñr\e"
  b"¨aêQÁ\vè…—‰\x1EÓþ\x04§Ï"
  b"¨µÕ>lèãlÑîèÐQ\x7FZ,"
  b"¨¼ê¢k‰Ø~N»\e0fÕøÛ"
  b"¨ÕlÔ,àË-›POY˜Z]U"
  b"¿Îs¶sØÊ!®uı-áhF0"
  b"¬:¡█!\x08I█ÅÕ÷õf\x0EÑ\x16"
  b"«\x1D˜™ÿÕà4œš9\x06œÁm¨"
  b"«B¶sI.pÚäœfî\x18~oÃ"
  b"«cãÖÍ\x148\x10K\x08Q·íY÷0"
  b"«±³Z³\x10Ÿu2>¸`¼ûÏõ"
  b"¼\x03ü│p\x13óê¾╠Bå»└u>"
  b"¬Ù,\x02Ðúâ¢\8ôL¨\x16\x10¹"
  b"¬õ6G97R…%{\x7F–Õáµò"
  b"®®ìV*†Ž\x13ô#qY\x19«/í"
  b"®Ô·m’\x7F\x16qŽÀVŠ*ÿW~"
  b"±\x01´j=źPæO\x01Ƹ]ƒ\x1D"
  b"±{ùnÙ· fŸ€:òV0RE"
  b"²ª'Èý\x7F\x00ir\rÊttΨ”"
  b"│É*╔\x0F\x7F®®{|\x13`T¨"
  b"¸Å"‡P®£ÐFÕà\x165Ç©¬"
  b"ºWx‘\x11Ãg,ðFLˆëÃÑ­"
  b"»zÿ¼\x0F‘ç’ØÃõ9~K¸—"
  b"¢`%ÄSÉ,io\x07\x13~¹E3\x16"
  b"¾É¥@±”\x06Ÿ×#4C`\e<8"
  b"¿EžT£w=7í\x06¡~ÛÒ/|"
  b"¿ó?l\x1Fð¨Öܲ‘¥Pz3Õ"
  b"""
    ┬YÑ▀Äìo#╩A▀\n
    ÂÞù 
    """
  b"¹96ôÓN\tú`Œ\e\x16”1‡"
  b"Ã\x1Cê\x19!ÜìÉѧÈÎp÷3\t"
  b"ÃHߘxâÙeßÇ:œ ^¦9"
  b"Ãþ\x15\tG¯.Î\x1CL\x04°ç\x7F"
  b"Ç$@¥\x05Ú€zØù=tUq!¦"
  b"\x1C\vÅ@╝Üâ­¶\x1DÁrp&ù"
  b"ÈäOþ\x0F\x17pÚ¾•û^`P~•"
  b"É-5Pp–ÿ˜†—ð‡”“Á\e"
  b"É;|Ÿ(R7ßübÚQ"Ôð•"
  b"ÉCºâeø2\x07t¦Îí\x1AØ\v"
  b"Éʇ\x1A\x01Op¸`\x17J©¹qö˜"
  b"Éóp#½¥ß¸Wwù×vLÑa"
  b"ʉ_Dg!ö®R¡#"ýv\fŒ"
  b"Ì\x18i\x123òdŸSh„;÷©cŠ"
  b"Ìýµ×¥R‹úÜQ®‹Ÿ¶\r\x18"
  b"Í\x00\x13Îä\x00¬¾dñc\x1F\x14Û ô"
  b"ξíÄã\x10\x12R¸bµ\x07tG—Ô"
  b"Ï\x17so„X¸\fÝäÕ\x04:[û¯"
  b"ÏC©yò\x12\x1Dé¿wðü²“¡¶"
  b"з™ö@'iyì\1\r\x02\eÆñ"
  b"Ñþ9ÿÌ(Ä1þ”£üHž@â"
  b"Ò\x1A¸ÅÀ‡Z \fìîâ\x05šÔ"
  b"ÓàquÃâ^\x08„âRpéK²“"
  b"Ôm\x18ãUˆ#Ùà†\x00Ä~ô¥j"
  b"ÔÉSw2ª«\eǾ™\x06ª;Rh"
  b"ÖeÖ\x1Dû×\x17/\x05/.]ùGZü"
  b"¦«ü\x12xWm┴U\x10¬à\x19\x02"
  b"Þó\x17ª@@NêsÒR7Y£\x16¥"
  b"ß-yÛ\x10Á&ÛŸ¤ke•3Ö%"
  b"à \x0F?\x17Œ×‹x\x12ªVzÛÉÆ"
  b"àaè\ •|£ÏÒ\x00s“VcB"
  b"àÁ^5oä\x05Y—%²â0³H\x10"
  b"Ò┌\x01üâaÃ\x13\x18ÓÓÖ7µ"
  b"õɦƒpÈ[#T■Bå?z╔X"
  b"å{2<Ç%'rI¥‘-ýx=š"
  b"µ\x00à╚â▀A╣\x01]└ì\x1DÆïs"
  b"ç_\x19Ž\x12þkíÖhê´ßºŸù"
  b"Þ┬% Ã╝\x058ƒHØpW¢\x13,"
  b"""
    Ú¹é^À1Å\x18\n
    ¿v{s╬ê)
    """
  b"""
    ë.Ö\n
    @qN`FÓ™U\x08I·ü
    """
  b"ýs\x14-R╔¤\x17Õ═:f\x04gÅ┤"
  b"ìÛ<–M\x03T\x00\x083lÃþÔüŒ"
  b"ìõaÈAM!#sŒM jT#N"
  b"ÝÂH░pn\x0E‗╠8Å▓×Pc±"
  b"îÀ%ÔìÕä\x16pÃgñO\x7F\x0Fi"
  b"¯¶øe┴ø¬Åtq└7\f└ñ\x07"
  b"´"È\x17ÉȺ»~‗,h¸\x08g┴"
  b"ï½\x08´q\x05ÊüœT `Ë´\Ö"
  b"´┴ij\x04ï─┌É^¯t÷÷ü║"
  b"ðP<·ÔpÄpª\x01£‘\tnÍ»"
  b"ð¨k]åtU¥xxéH\x17u\x0FM"
  b"ñsƒo–¢]ùüd^<UØô\x10"
  b"ò44̸+pÕ3E•ªiW\x03¢"
  b"\x04É┌F▒þµÿ¢g\x19é#@D"
  b"ô>)™‘=}9y-‚=\eÂZ3"
  b"ö\x08\x05\x124/“-ïã—ƒqœå®"
  b"÷K¿ö¾\x07ÊÙ\x15G!\x0F\x0Em"
  b"÷{\í¼šÿU\x0Eâ\x16^À²¯6"
  b"øÌÉ\x1D&=Ö)\‡\\x7F³4¸Ð"
  b"ú\x18\x15·õx›*^†W7r/t¼"
  b"ú@Ø\v\tt\x7F\x00ËŽ<f\vj\r"
  b"úÀŸ¶å@Þ\x19öKÝ%\x05”Èþ"
  b"úÝ`›Ë\x1C\f(}F‘ÕìÀÊ‹"
  b"üMõV\tz]7U·wªvc¢œ"
  b"ý\fÃY8Q?íéåŠÜºì6ì"
  b"ýð5&Ÿv`^N!\x1EÕê'nñ"
  b"þ€Ö°\x06ýµž\x1A,ÓTãon@"
  b"ÿ‰KVNªÂ“Ô\x02\x06)\x1F‹àr"
  b"\x01¬q\rI\x01ýž/\x01|ïè°Î­"
  b"\x02\x15\x08¦q\x07Å\x1819\v\x16Vq¿Î"
  b"\x02ÈÅÌxàSkí-^˜8Îß&"
  b"\x02Ô¥œ©Ãežuç«ÇÐU\x0F\x1D"
  b"\x03\x14œù™yPð»äƒÒˆKÐY"
  b"\x03ú\x03m\x7FbŸ|\tàݯü1ëñ"
  b"\x05s\x077û+3g|U├\x16─┬ü;"
  b"\x06v*¡÷‰]^1Á³~ÌÁ\x1Aˆ"
  b"\x07õ╚ìHÿÀ@▄XÍ7;«Qã"
  b"""
    \n
    Ø▄ÊÅSU\v\x0E┌2╠▀[\x1DS
    """
  b"""
    \n
    Ñ‚šÞ•õ'Äð\n
    Ei¤2á
    """
  b"\f|¼–²-3¼ØÓJðZ@›ð"
  b"\x0F”Me¨=\x0E©¡)\x1Aü\x1Cìiˆ"
  b"\x10LÂÀÌ\x11iÆV÷’®B‡\x04\x1F"
  b"\x10Vi‘¹·œàï-|ýd.ï–"
  b"\x10Ð═┘░ÌGØ~T┬¹ÊF_\v"
  b"\x11#öëYÙ+\x02‹?Î&$`gg"
  b"\x11Õ:\x17‚¡ÉN\x12ü)Ф°Ç½"
  b"\x12Pâ+\x10èþ¹¸täYáÎý\x14"
  b"\x12næ²?JiK;\x18Ù¼7$?Ç"
  b"\x12èo¹.ð-]W1@…+Ë–4"
  b"\x15NK:ñ%\x15\x03óÈãFFó"
  b"\x16‚<]\x103&ÎÁtƒÅÐ\e³\x01"
  b"\x17╚å▒ì■÷░│Þ\x1FÃ}\x06äG"
  b"\x18CK–ª¡é\rÿ‚J'äøp*"
  b"\x19ÒŠ¶<õ_‚³¢z\räÓ$N"
  b"\x19ôãìY\x1FK\x12\x1AEð‡f\x1A÷U"
  b"\x1A\x18¡ØuHjëWÅ\x08\x10«ñ\x05 "
  b"\x1Av+“íy\x14Æp,Z†ívIL"
  b"\x1A›Ò\x1A¦§\x0FLRðå\x10µj7o"
  b"\e$ öz‰\x19£Ñ§8GÁ§³V"
  b"\x1D°\x0F¬•×=KLg\x04Vƒ>\x19@"
  b"\x1D¼Ú[ÊuÊÞȉ¶dn°h÷"
  b"\x1E¼„ó¡c>XÿI’^«¢b’"
  b"\x1F\x06·´{eÑMÍ-Ù%\x14])Ý"
  b"\x1F¹ÒÆ|dJzºL¯ÅZáÞ"
  b" óùbê¬ÃSq=ï"¦"æï"
  b"!'KÿbiP´ë…X\x02KƒB†"
  b"\x12Â\x04¼è~\x17Ì„:\x02øQx"
  b""Z¿½1\y8×KÕ_ÏãÆž"
  b""oñBìvž?ýy/¯\x16süm"
  b""üVeªÂýMÙ̺q>Xow"
  b"#8\x12ç<Ø┤;╦Ô]ºy┼ZÃ"
  b"$i;\tÕ\x11èQïí|ãw*:×"
  b"$nò´«Y«e\x1A\x05\x19Üž’i"
  b"$ãøñ\x16;~¨QòQâÄåÞ\x10"
  b"$þ‚M\x04„ã¬Ês‰ÊB¨l“"
  b"%-s…ñÚù!|TjÇÅaà/"
  b"%|ÔP\x10ôРXôf\x18RØgú"
  b"'\x12u\x11>”õ§Ü$<Û\x7F®Ù/"
  b"'▓ní4\x16AFQbêz>Å╠┐"
  b"'ù@;\x1C#P\x13\vœ iÕ\x1DDA"
  b"(j¿Pf\x16%µE\x11![|å ˜"
  b"(¦ÒYµ¯Zh%\x00°q‹iq""
  b"\vÐóÆ\x161ÍîÞ¾©½Íu"
  b"*ÜZóh>_¡$¦=Æh}\x0FÊ"
  b",ÕÉ\x05á§┘╗═\x03\x1FÙB2,ÿ"
  b"-,ÓòõŸQlÇP-ÿÙ‚òÜ"
  b"-UO\x16§¬;,(\x07Œ<k,\x"
  b".ÕQ\x19Ê`ïp\x00\x10)"²‘"
  b".à1_\x14€Yõý4\x14 B\x19rp"
  b"/›6£qúô»#2ꦗ9¼°"
  b"/½2¹fù’\x02\x07¾¤ô•%‹<"
  b"1&\x12cÌÀØ›\x17[ñš‰ÿüp"
  b"2!Ûšw¬ÎeÈÏEcK¤­p"
  b"2DC€¼_HAO_3í”Aë\x01"
  b"2Á¬/\x02;\x1EÀðQâ“NÁD´"
  b"3(§T"ÆSKHç¯ïn˜dï"
  b"3Δ7wé:”œñ‚=S–U,"
  b"7:à\x15·h`░É!éq║¦)ƒ"
  b"8W\v\x01\x12'u³zî~>c“M\x17"
  b"8Õp½:ç˜K)\x04ŽŸ@„\x12:"
  b"9\t¾╝|>\x1Fgä~ª║\x1Fc/ì"
  b"9îÅr×.+/F>}Î\x01N\x1F"
  b":¨ÐÃtyÚ\x19µ‡m)ð²\x12_"
  b";%Bz®\x15Á]ŠØãý¹ÏØÉ"
  b"<»\x18ª;¶Ý`’\x16pŽ¹à\x19"
  b"=«8\x1D\x1C\x14\x08EDˆRU\x00D\x11¼"
  b">åŽ\x11I\x14ïI`j\x00[íŒ:·"
  b"CÏ­t‰hã®F\x19–7\x01²f¡"
  b"""
    D\n
    ¯­þ\\x19„½wYîžZ#O
    """
  b"D\x14d¿½o╔É=\µ\t~ê/2"
  b"Ek‚`:&É‹"d•‡bª}1"
  b"F\x10\x13*AÛt\r\x10}®º„ö“!"
  b"\x17ø‹~n³}ÔD'\x1AjÀ,"
  b"I~\v÷\x18H|¿-\x19‰qÓì*."
  b"IÉkı¹¨└ÑúV \x0E®Q¥æ"
  b"I½s!å™Û×'ú\x11:\x0E\e"
  b"J¼Hè.öºÏ─Þ┐êmÉ"Æ"
  b"L\x0EVžÏþ,\x08Ý×£XÞ\x12™<"
  b"L;E´ó\ıí\x10àß╔┐¤ü\x06"
  b"N,v¤bãÍð£us\x0E\v6#·"
  b"\x07Ç o?ã±_Þ•IHÉç"
  b"S^XeuT\x12—>\x01Dcã\t\x03"
  b"S‗ùH5Øì,¨íR┤\x00\x01â┘"
  b"T>¼|·Åi3Oh\x1A.Z\x0Fêì"
  b"Tm¶Ã”è\x16$w­ßC\x17Ñê¨"
  b"\x1E<¿òb·…+\x17Þ\x7Fmcˆ"
  b"Usi'VÅ´ÓÖÕa¢b7+\x08"
  b"V\x15úüÚ\x08÷&»ˆ$Öòˆ\vs"
  b"V8bâ,V\x03ÒèÒò·˜{of"
  b"""
    Vr3¨\n
    ,v\x02)"ò-[^\r\x1C
    """
  b"VÿC>*ãŸ\e¿Ë$+çÒßd"
  b"W*Áæg¶x\x1F5E|Ø\x1F±Dµ"
  b"Wz3Mâ„B\x16‘ž\x0E"°›Ûù"
  b"W▄n1I┬╬ò┐ª!j|Å║V"
  b"Xa µPh\x10\x00Ž°…ÓMGôò"
  b"YÍk|\x03ÿmg\x08¸ò3xÉ'Á"
  b"""
    YãH·áñÜ\x15\n
    \x0F\x06\x19
    """
  b"Z–þ]^ã8t*\x06ÌFv¨bb"
  b"ZÇ0Õ\f\x01c\x10ulùaC\x13ÝÙ"
  b"ZÈq²\x1F\x12¶nQ\x04ÜÉ\eý&\x04"
  b"[»Ñèl4ÛÅÂ\bJ²!ý\x1D"
  b"\w帽pd%æ\x1DÉ«ø\x10|E"
  b"\Ö<ŽD\x02\x17\x1A3]Í3rî\x14\x03"
  b"]*˜Ü\x1E]i›\x03œ;Fó*äW"
  b"_\x05”9ÿ!ZvÉÛ¸\x1FiA¤\x18"
  b"_Ñ%¨H\rþ_\x7Fà5üÝ%H¸"
  b"a=‗\tÁï\f╠äì▓╚\x12ƒÀ_"
  b"aB;\x1C¬ç\x04Õwad<\x14´\t"
  b"aMÂ\x08î\x14Q\x1F²¤Š\x13î?Þì"
  b"a§╚KäM\x11l!░;┤Ø┘qv"
  b"bÝßm\x1C÷\x13(nÑü\x1E³öÞ\x15"
  b"cH—\x07\x08Е\x1Foè±CO¬’¢"
  b"c¶(Óʶ\x1A\x132/ÀA®#X<"
  b"cÃ4Ô‹ÊRÌ«Áè&\x7Fú=("
  b"c±mÉX]Þ█\x16╣¶╬Û0v▓"
  b"cÿž‡\e‘$g-ßhnÓ·\x19¹"
  b"eyî4SB$ÍT\x029ªÊËÞÞ"
  b"""
    eèÖåXç\x187\n
    S'F"p´\n
    """
  b"f‡Bê€×CEVæ\t+Ä#\x18"
  b"fôE<×à├À┐\v\x11\x0FÉ!║"
  b"g)~n@?4›¬É\x1Cå>°&Z"
  b"gÖM¤Ž†`\v9”µÑrœ—‰"
  b"gÞÞ–E¬÷\x11_Å”ÿøl\x13Ô"
  b"gÓç±5)>` \x1Fî¸ìµ{ñ"
  b"h\x11›‹ñ±\x11¼\nƾ iq"
  b"h0ã%\x1Fî½p¾h\x1AKêOEX"
  b"hUÍÔ\x1Aâï÷|ØÑ8àS„K"
  b"h…*MÉ«\r,8Vö!ÐnvÎ"
  b"h¼©óê.á\x18šÊà¬Ù†1Y"
  b"j0õ¼M¬·>SV&ÜJ\x1EêÆ"
  b"l2Ýpn‚ý„\e)”TU\x1A\x05"
  b"l¾«Ã¹¹RùÜY-'…˜Dh"
  b"mq´\x1FTq@§§íw¥Ç]§‰"
  b"muôP\x13’O‚˜¥e½&ÕÅ©"
  b"nÚ)_àî´râÿw Æ“=Å"
  b"pÑ┌y@¯QÅY┘┐âþZú)"
  b"qüIøBÕ£\x02-mÜÈ5N:Û"
  b"""
    rÔð\n
    i\x04ˆ'´Kg»bÝÁ&
    """
  b"u\x7F¿ªC‘ú gÔÊ\rÍŒõÈ"
  b"u©ö\x02\x1F4}^\x03\x0EÉ´ò±ºµ"
  b"v$1`\x12\x1F]žnè­%¥ê+õ"
  b"v*W§KĽº¡¹¾^zÖYÊ"
  b"w¬l"\x14\x169ètOT†\x16؈"
  b"""
    {?\n
    nÁÝö!XžfÛõÇœô
    """
  b"{cJ■àY\x18mN7P\fÙû2ì"
  b"{¡Ä#iL\x03´«’ÂÙ\x15Ö¡\x01"
  b"{Ù§ü9O-ñi¿{ó■WtÈ"
  b"|$3ÖLK}¼£\x0Füçñ~´╗"
  b"|¡^5á¾—þ¢Zrårå~"
  b"""
    |ĸ\n
    Ȩv}\x11\x0Eòd\x15ëòG
    """
  b"}HEȱlÝ.@ûÛ\x17€´ÕÛ"
  b"~\x13Qå!i┌\x02▒(╚ئ{SØ"
  b"~\x16«Åû5╬\v÷ɵ%ÔÝ▓5"
  b"Çl¨│\fÅ┴Ø;ñ°ÝÀß®O"
  b"é\x03¤1áþÚ,\x01÷\x0EÉtÿUµ"
  b"‚-g\x11¹kìêmwÙ­’ð‰Ý"
  b"‚­²DÄ#\x07ƒR›BfçLP\x12"
  b"â³oÙýØ_ï¶t█1³ZÞ┴"
  b"„wrvådLWÑ\x08\r袿u¤"
  b"…yDOüâY\x02\x11\x1Al˜(\x0E¸@"
  b"…˜\x7FÝ 01k›Ûm¥—â½Ã"
  b"…ΞvõÁéeZŸÈá”7=""
  b"†Eú?~c‹y\x1Cô€ÖÔÚ˜1"
  b"†ÿ˜W\x13ÊZ‘ÖU€r£Ž¥ÿ"
  b"ç#øuk╩uà█ì¤rR\x03u┤"
  b"êDò‗Å°┤┐ÿA╗âé╔È "
  b"ëüäjm\x16(Å´KÔê'ê¿Ò"
  b"‰å\x04&b€\x0E0+ÝåtfÃmH"
  b"‰í¢ú-+7Rë©R<2R}Ù"
  b"ë¶Ù(êÝ║\x198ìz\x11îÄ^¸"
  b"Š")U[—©¼”\¤ÒRO$Æ"
  b"\x01`'Ù—"XõE*1}¯Fð"
  b"‹s+\x0F“ä>˜ø.¯¨ò\x18"
  b"Œ†ûÞ »ï*¯ä•\x15k;ñ~"
  b"Œü Þj´\x18\x19ýŠ\x03ì\x19š"
  b"ì\x00ZOª┤■+\x13þ\x11ê▒^\x0F\x0E"
  b"ìÿ:2ÿ\x7FÝIe┤)´"░[\x06"
  b"ìÔo|\x13ï©LH╦#+]┬RC"
  b"ŽÒ\x17%\x15°\x7F,Yè½ÆnæÕ{"
  b"ɶ7\x07<╝LrÍyæ╣ÀbR"
  b"‘|j3e\x06\x06‹ê\x01j•\x16æ\"
  b"‘Óoшƒ¥“|Øjjé{Ñ€"
  b"’7 ²WÒ»];M=°ÄÉïÈ"
  b"’ÁB\x19\x08x:\x11òªgÖÒ)-\x06"
  b"“¾õЉ\x17T^]Jô12ÌÕø"
  b"ö#-üY\x11|fK\x06c¨^?\x7F¢"
  b"”’-ÔÂîÓCCö÷Ù\x12[;ô"
  b"”ñÖ˜N¸ˆ\x07\x0EgbZ\vèEò"
  b"•Mž#ßÎÆ[µ)»þ×4Ïü"
  b"ûñR\x14û6)ü¯@ÊyjÊ´ñ"
  b"˜¢Œ7–\x07\x04^ò½óCžLjù"
  b"™BþŸ+ ûå¬Æ\x1CØ@†\x04r"
  b"™¸ö@\x7F¨\x10úÿƒ´ã› Û:"
  b"š\x16O¯¬=º~lê’AÓ\x08Pg"
  b"š\x1C¥žDß2Iÿ\x12}1\e‹S»"
  b"ÜÚäüpJ\x12\x03╗▓ò&┘*Eg"
  b"ø7 \x17Ê4È7óÉz´ìc╩4"
  b"ž.ñ³«Ëƒ\x07\x16!\x7F¬:ŸH+"
  b"žƒq¿Â\x1EÎu¤ÚƦE#Ý\t"
  b" Šÿ\x02×Án€{´P-ðÒ³*"
  b" Œ0Á†óΚ¨½—ÊB*¹º"
  b"¡m&¸¨‚SSøך髼\x17|"
  b"¢#\x14¿½LBK‡´äVçÊ»v"
  b"ó@ÅL\x03/\x18èMæ\x06ŵ¸æs"
  b"¢º\x0Fˆà\x08¡¢¥4—Im»·*"
  b"£%;›Ó;#G³å>\x1EÌ\x15è½"
  b"£À"\x15_4\x18e\x19%ÖÖré’\e"
  b"¤^“KxÕÞÕ\x1Dq\x1EÚS,\x03¨"
  b"ñf\x08"ã³Èú/àºØô"&2"
  b"""
    ñ┤\v¯\n
    Á¶·óà±î▒É"Ò
    """
  b"ñ╗?Ýë}ä3\x02ì/¡└wÝ)"
  b"ªú▓└hºDÅHéʪÞÆ©\x16"
  b"¦½_]ã/O\x04Êþkr\x07½9K"
  b"§\x07i)ýX<“•oCИ¤Ú‚"
  b"©\x7F\fµ¥'ô>}Ù4¦‡“ÑX"
  b"¬\eoÏ•ÙN€[Ö²:2\x0FoZ"
  b"¬4\x1Fí\x0F9Á*žšqÖ:\x11Ñè"
  b"¬ÝZ):,Ý\x13cýd\f]\™¹"
  b"¬ßf01gXõgþ.)Þ~\x12Ö"
  b"®;˜\x1E¿ oȤg\x1Aö\x1C(Ñß"
  b"""
    ²(h¤FÖ\n
    ï·)%Ÿ0½áž
    """
  b"²4&êßž¼80(·\x13;ÏÉ "
  b"²EÈN«-E½¬Žøê~ÿ\x11\x05"
  b"²K—‘\vo¶wA+\vä\x1CÆ6Ü"
  b"▓ç&ÐÚ#\Û─\x17Å\x1CôÊ┤v"
  b"│O═,b"½4E\x1A¥ì"õãã"
  b"³õ/œ\x15æl^\x08w'µËh›#"
  b"¶:Tô®¥ÖyO ܦJx!/"
  b"¶<\x02F8Û)7Äê¥ê?+î‚"
  b"·\v\rvgà“sx\x02µ%ll3ˆ"
  b"""
    ¹\x17\x12øaGú\t­¨2\vV\n
    f3
    """
  b"""
    ¹"Û—•{\n
    z‘°\Ë#2¨\x7F
    """
  b"¹à£n¨Q߿ƱmkÙšÈ\"
  b"º›¾ý¿\x00¹­¾AFú%¡sÏ"
  b"º£\x16pRð’hûÜ»™—È\x119"
  b"ºú\x12¬TLNPÍ\x10ŠeL<É?"
  b"¼‹J£½\x02\x06\vs‡é\x122]¯"
  b"¼º7`Œ€‡\x1E¥ÑRÇ\x15’-L"
  b"""
    ¼õÕ\n
    †ò\x01û\x13\n
    µà\Òó¬
    """
  b"¢C▓kÎ\fxÉnÈQZ}ÔV¦"
  b"¾…<ªÏ¶ÿ_¦qGâ¥üQ\"
  b"¥ñJ:íɪ³9¸»²¯æÉ└"
  b"¾É\x0EÅjŽ#|ù1Mçˆ*2Ê"
  b"¾üÚ\x1DùâœÓxœY—\x02½V\x0F"
  b"┐╦ÚðI#>ìn╚\fÀ\x7F┤8ã"
  b"ÀVÍ\tv„/õ%xŽC9\x17–k"
  b"Ã\r‰cøD\x1Dà`>˜Þ_·ÃÓ"
  b"Ã\x1AmŠ>^Vâƒf{ x7Že"
  b"ÄbeH“.‹\x19\x12‰‘ \t4\tÛ"
  b"┼ÔQæg╦╩á|ì»Ï0█0ú"
  b"""
    Æ<}$*Y\j3=î®\n
    [”Q
    """
  b"Æàîhž+\x17Ó ®ÄW9J¢5"
  b"Ã═ª^t´\x07/Bü2òË»E·"
  b"È\x0EÓUñKTõ8©ž·\x00ÕG]"
  b"É/qBàej­\x08Ç\x1Eµ*¿@ˆ"
  b"╔É\x06ß9ÈaO‗\x02:W¾F\x10<"
  b"Ëv[Fµ\x0Fª¼íMت[´_›"
  b"Ëž¨µ\x03v½sâXÚ?\e܈¶"
  b"Í«– ä‰zšëèìÅdN¡\x03"
  b"═‗Écæ»»\r¥§qI8`ıâ"
  b"Ñ\x025§÷µ\x19òcûþ4\e\x1FÜ "
  b"ÐÈ%uk£░Â╩b\x0EÓ­┼üp"
  b"Ñß×ùNŒ\v\t0.\x114Xß\x19ª"
  b"ÒÄ˽\x02Œ»ù\x05uNRL5\x1F»"
  b"ÒÈzЙà=á,G³\x1C\x03æ\x18ñ"
  b"ËàÊÆ▄Ö¸,æé¾üú{ÍL"
  b"ÔUxsT7Jõî—¦R~áEó"
  b"Õ';\x12‡&+2ׂWL#^<1"
  b"ÖW˜\x13g5+'L\x04KÚ&â»\x12"
  b"Ø̽˜}|춰ÏÅ\x19Ör…j"
  b"""
    Ù]{ù+@\n
    ÌÝáÉjn_&
    """
  b"┘Â\x19¬Éd\x04í\x11ı▒Ðïc\x0Eu"
  b"Þ‹¡¢»7!ji#*&d­Án"
  b"ÞšCá8e\x1DîÛ\tBW™´|/"
  b"""
    ÞÂwãoQuÑ'»\x10Š\n
    ‰š.
    """
  b"áxßôîøQ*¤G\x01ôJ4Œ•"
  b"á¢.\x06ˆE¼\x07NHîÞa¨ö˜"
  b"áÛ³\x03ú\x18UDc•È\x1CÉÿ_×"
  b"ßß/┤J░ñ‗püÁs%M(T"
  b"â4è`›&ßvØH\x0F´Þ\x1E\M"
  b"âOÄ_\x03x û\x1CÛ‰o1\x1AÑÊ"
  b"Ô▒í═╝\fz%┐╝Û¨ü§\x18Ö"
  b"ãV\x08±¤\x07ŸíDK&ÔA\x1Dýv"
  b"äù‹Ž\x1A\x00\x19.ûTa°K²¸L"
  b"æ.%\x03IŸ<\v.i²³¶\x1A"
  b"ç\x15³YÕóh\x162¤1mâ&M2"
  b"èE\x1Ab ívƒûÑïl\x02/\x1Dº"
  b"Úü╗8\%ç¹┐«ÿC■\x01"
  b"ês°àê;°M4ë}ÍÊek„"
  b"Ûƒ╩╝ÝkSüEØûªHÕúÄ"
  b"ë/Wj¢sÎýz.\x1Dßé{ÐF"
  b"ë8òsj1trU\x1D\x1A\x18Ïò *"
  b"Ù┴,É+¬£0{O,²\x1F³èÓ"
  b"ÝEßà▄cç¨Å»\x01»\x08tj┬"
  b"í§Š\x17+6\eÑÐ&8\x13P›?T"
  b"î\x1D1æžÔYÅ‹6ΘSô…f"
  b"îõ°ŠxŸ¦kÍhJ5=Lé\x18"
  b"ïa*}W‰Ÿïß\x1D\x16ÍEK„ð"
  b"ð\x153ù)dƦŽóÌçzú¢õ"
  b"ðÙ,RŽ;\¼ŒÀj#…p¡\x7F"
  b"±ý▀█OËà8ØÓiϼÖæ¦"
  b"¾:©░4µÉ¨ÿXMUá\x12Ø¥"
  b"ô{-<û¡C¢j•-vXrÞµ"
  b"ôÜ°\rßMxAl\x00£’6T\x04ß"
  b"õ%\x1E‡‰˜‡—²“,½ïh ‚"
  b"õw\tAZÄp ?[…Em¥a>"
  b"÷,çÒØÍ\tìXV”{\x0F\x1C\x1FÍ"
  b"¸@6Þ$\x1E ì¢4ù\fãÞ?Q"
  b"¸─-\#\x7FÑÂí7\x0EõmöÉY"
  b"ø¯ã%îå\x14\x17b\x17°á\x19Q"
  b"ú\x06Dɀɫ\t\x1A\x00«=¹U—¢"
  b"ú%#eì–\x06\x18ÕÃê²3\x16ùa"
  b"·O¸BøÖÉ^g\x10,EQ¥}E"
  b"úÖÖC‘Û\x03ï»­\x1E(º“Èf"
  b"ý'e\x10¨¹ÃáWB·#Q=OM"
  b"þ}¼›\x1E6ø©€øbï\x11ðÉb"
  b"■ä@få\t\r~<êÒ\x02üÐ"
  b"þ¬\x1Dî.+ȳ›\x05àµ\x1E[h\x1A"
  b"þÀæô\t\x18{“? ‚\x0F\x07\x1F"
  b"ÿ5¤/x\x1CèŽ\x1D2\x18cÓÂ\x10\x1E"
  b"ÿh\x11&ãÌ\x03‡ðÉ陂\x05Š›"
]
58 1.03 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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`.`parent_id` = ? AND (`category`.`id` = ? OR `category`.`path` LIKE ? OR `category`.`id` = ? OR `category`.`path` LIKE ? OR `category`.`id` = ? OR `category`.`path` LIKE ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
  b"\x01‰NÒÄ\x00p\tœò]YòÑ©ž"
  "%|01894ed2c40070099cf25d59f2d1a99e|%"
  b"H\x12\x02S\f\x04HH­w]2δí#"
  "%|481202530c044848ad775d32ceb4ed23|%"
  b"zìï▄\x7FOKì»í\x02\f╣3H"
  "%|7a8d8bdc7f4f4b8dafa102c40cb93348|%"
]
59 0.24 ms
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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
                  FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
                  WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` 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` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
60 0.28 ms
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.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰NÒÃûsú´¶½\x03Dh{â"
  b"""
    \x01‰NÓ\n
    ¸q豬ÿJÎ%\x03:
    """
  b"""
    \x01‰NÓ\n
    ºr\x17•j\z€úƒ>
    """
  b"""
    \x01‰NÓ\n
    »r\x06 Ù½¿UÀå\x19
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÞçR█
    """
  b"""
    \x01ëNË\n
    ╝rØÜ0.BÚ+\t
    """
  b"\x01ëdch?p\x06ÅÁôòjÈh®"
  b"\x01‰dg§Ðq?¼÷7„\x01l9¾"
  b"\x01‰dg§Ðq?¼÷7„\x027€"
  b"\x01‰dg§Ðq?¼÷7„\x02æ\x16\x03"
  b"\x01‰dg§Ðq?¼÷7„\x03=‹u"
  b"\x01‰dg§Ðq?¼÷7„\x04ŸµÛ"
  b"\x01‰dg§Ðq?¼÷7„\x04´­\x17"
  b"\x01‰dg§Ðq?¼÷7„\x05ÆÏç"
  b"\x01‰dg§Ðq?¼÷7„\x06YRõ"
  b"\x01‰dg§Ðq?¼÷7„\x07:ײ"
  b"\x01‰dg§Ðq?¼÷7„\x08\x01\x03ß"
  b"\x01Œ «\x1DŠ\x7F®‡Ì¤@œ\x1D\x12"
  b"\x01Ä\x07ø[¢q ØÊk<┤\x06ÝZ"
  b"\x01Ä\x18eÒËs7ÿ=IØ\x02\x1688"
  b"\x01Ž1Ë‘Tq˜Ÿ—D „„Ûö"
  b"\Uù­Š9my!eE^\x07Š<_"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
]
61 0.23 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
62 0.11 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:
[]
63 0.08 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:
[]
64 0.13 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"\x01Æ2:«ðt═®®»½ø\x13ÄÉ"
]
65 0.10 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
66 0.20 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
67 0.12 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
68 0.09 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
69 0.09 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
70 0.08 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
71 0.17 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x10\fU6/Š'ÝÞ’þ¤7?\e°"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
72 0.11 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"¬ãa>6\x01ˆ\eYàÒÛyÇìt"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
73 0.10 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"Ouòv\x1Dàa´^@Ü}%mÏ\x1E"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
74 0.15 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"™Lj\x02&lçf\x7FÉÓÓ'ñµË"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
75 0.13 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"¶Uðf■É\x1A┴ÜmWÓ\x06\x13z\x00"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
76 0.09 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x02;\x1A;\x12\x15xýþ±\x0F0Ô+šî"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
77 0.08 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x0Fü\Ì—°ˆl[/\x0E\x10Ø2•¾"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
78 0.09 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"äƪ=ð…›ð9éï:éÐ'\f"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
79 0.08 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"Å║_VJ3\x17╬eÁTYÄ81X"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
80 0.09 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"ìÏ0¾£—íŸ0\x08k«¯\x07¨0"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 0.13 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x0532r›cßÒ\x1A‰Cb†\x07èK"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
82 0.17 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"""
    ‘K¥Ãÿs³nî\n
    d0´RsB
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
83 0.22 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
84 0.17 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:
[]
85 0.29 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
86 0.94 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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èÀ\x13Â_\x7FrÉ▒ú§ÒäÒ+"
]
87 1.09 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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èÀ║=╔têѠʨ\x15[Ø╦"
]
88 1.19 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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"­3½7├\x02\x01¸?\x14$Ið7\x02ì"
]
89 0.93 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"\x03\x17Ü$@\f¥"ñü▓$Q\n"
]
90 0.66 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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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Š¼×Z]}\e®âÕxT\x06\x16Ç"
  b"\x01è╝z▒Ázc¿┼ü│╩¿ƒ+"
  b"\x01‹)bzßyý„%‹–\x1CË•\x1E"
  b"\x01\x1E\x10Ô\~‚‘\x16àôz\x12Š@"
  b"\x00\x1AÂ'=\x1FÉ═\x00╠º}wFÕ¬"
]
91 3.85 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/f033ab37c30201f73f142449d037028d"
  "/navigation/df41b8ba15674e349cacdfff2f86650c"
  "/navigation/018b227d792f7f719cdcbe4a61f4cdf8"
  "/navigation/10026ccddbed4da3b2057bf7aac9f4a5"
  "/navigation/f79fd420473142efbbd7c3bc4aa2f070"
  "/navigation/fc490ca45c00b1249bbe3554a4fdf6fb"
  "/navigation/33e75ff09dd601bbe69f351039152189"
  "/navigation/28dd2c7955ce926456240b2ff0100bde"
  "/navigation/3295c76acbf4caaed33c36b1b5fc2cb1"
  "/navigation/9dfcd5e558dfa04aaf37f137a1d9d3e5"
  "/navigation/950a4152c2b4aa3ad78bdd6b366cc179"
  "/navigation/3fe94a002317b5f9259f82690aeea4cd"
  "/navigation/bbf94b34eb32268ada57a3be5062fe7d"
  "/navigation/4f4adcbf8c6f66dcfc8a3282ac2bf10a"
  "/navigation/8d3bba7425e7c98c50f52ca1b52d3735"
  "/navigation/bbcbff5c1f1ded46c25d28119a85c6c2"
  "/navigation/8cb22bdd0b7ba1ab13d742e22eed8da2"
  "/navigation/5737c6ec2e0716f3d8a7a5c4e0de0d9a"
  "/navigation/352fe25daf686bdb4edca223c921acea"
  "/navigation/d1f255a373a3cef72e03aa9d980c7eca"
  "/navigation/735b90b4568125ed6c3f678819b6e058"
  "/navigation/ad13a2a07ca4b7642959dc0c4c740ab6"
  "/navigation/a3f390d88e4c41f2747bfa2f1b5f87db"
  "/navigation/a666587afda6e89aec274a3657558a27"
  "/navigation/40008b9a5380fcacce3976bf7c08af5b"
  "/navigation/310dcbbf4cce62f762a2aaa148d556bd"
  "/navigation/018e603168d27b5ba5dfa4eded2b9143"
  "/navigation/34173cb38f07f89ddbebc2ac9128303f"
  "/navigation/c16a5320fa475530d9583c34fd356ef5"
  "/navigation/6364d3f0f495b6ab9dcf8d3b5c6e0b01"
  "/navigation/182be0c5cdcd5072bb1864cdee4d3d6e"
  "/navigation/a5771bce93e200c36f7cd9dfd0e5deaa"
  "/navigation/d67d8ab4f4c10bf22aa353e27879133c"
  "/navigation/d645920e395fedad7bbbed0eca3fe2e0"
  "/navigation/3416a75f4cea9109507cacd8e2f2aefc"
  "/navigation/a1d0c6e83f027327d8461063f4ac58a6"
  "/navigation/17e62166fc8586dfa4d1bc0e1742c08b"
  "/navigation/f7177163c833dff4b38fc8d2872f1ec6"
  "/navigation/6c8349cc7260ae62e3b1396831a8398f"
  "/navigation/d9d4f495e875a2e075a1a4a6e1b9770f"
  "/navigation/e369853df766fa44e1ed0ff613f563bd"
  "/navigation/0deb1c54814305ca9ad266f53bc82511"
  "/navigation/66808e327dc79d135ba18e051673d906"
  "/navigation/19ca14e7ea6328a42e0eb13d585e4c22"
  "/navigation/1c383cd30b7c298ab50293adfecb7b18"
  "/navigation/a5bfc9e07964f8dddeb95fc584cd965d"
  "/navigation/67c6a1e7ce56d3d6fa748ab6d9af3fd7"
  "/navigation/642e92efb79421734881b53e1e1b18b6"
  "/navigation/f457c545a9ded88f18ecee47145a72c0"
  "/navigation/72b32a1f754ba1c09b3695e0cb6cde7f"
  "/navigation/cf004fdc76fa1a4f25f62e0eb5261ca3"
  "/navigation/66f041e16a60928b05a7e228a89c3799"
  "/navigation/093f65e080a295f8076b1c5722a46aa2"
  "/navigation/072b030ba126b2f4b2374f342be9ed44"
  "/navigation/c0c7c76d30bd3dcaefc96f40275bdc0a"
  "/navigation/2838023a778dfaecdc212708f721b788"
  "/navigation/9a1158154dfa42caddbd0694a4e9bdc8"
  "/navigation/14bfa6bb14875e45bba028a21ed38046"
  "/navigation/7cbbc409ec990f19c78c75bd1e06f215"
  "/navigation/6855456e2fe46a9d49d3d3af4f57443d"
  "/navigation/41ae36ecb9b3eee609d05b90c14222fb"
  "/navigation/bd686fd640be98efaae0091fa301e613"
  "/navigation/289dff07669d7a23de0ef88d2f7129e7"
  "/navigation/a4f23670e1833f3fdb077ca70bbd5d66"
  "/navigation/577ef1154f3240ad5b9b413aa7346a1e"
  "/navigation/c5ff2543b53f4cc0ad3819a36752467b"
  "/navigation/0bb4aec1710521c12ee76289d9440817"
  "/navigation/854d6fae5ee42911677c739ee1734486"
  "/navigation/01386bd6d8e091c2ab4c7c7de644d37b"
  "/navigation/35f4a8d465e6e1edc05f3d8ab658c551"
  "/navigation/f7664060cc52bc6f3d620bcedc94a4b6"
  "/navigation/13f9896df61279c928f19721878fac41"
  "/navigation/8f121ce07d74717e0b1f21d122e04521"
  "/navigation/39059724f73a9969845dfe4146c5660e"
  "/navigation/7f100b7b36092fb9b06dfb4fac360931"
  "/navigation/9872ed9fc22fc182d371c3e9ed316094"
  "/navigation/31fefc0e570cb3860f2a6d4b38c6490d"
  "/navigation/0aa1883c6411f7873cb83dacb17b0afc"
  "/navigation/fb7b9ffa5462084c5f4e7e85a093e6d7"
  "/navigation/9dcb88e0137649590b755372b040afad"
  "/navigation/a2557a7b2e94197ff767970b67041697"
  "/navigation/58a2fc6ed39fd083f55d4182bf88826d"
  "/navigation/9fc3d7152ba9336a670e36d0ed79bc43"
  "/navigation/3988c7f88ebcb58c6ce932b957b6f332"
  "/navigation/1385974ed5904a438616ff7bdb3f7439"
  "/navigation/9de6d14fff9806d4bcd1ef555be766cd"
  "/navigation/903ce9225fca3e988c2af215d4e544d3"
  "/navigation/0a09c8844ba8f0936c20bd791130d6b6"
  "/navigation/02522a2b2726fb0a03bb19f2d8d9524d"
  "/navigation/8d5e957f297893487bd98fa830fa6413"
  "/navigation/357a6fdf7642bf815a88822c447d9dc4"
  "/navigation/a49e9411d64ff53eccfdd09ad10a15b3"
  "/navigation/e2ef524fbf3d9fe611d5a8e90fefdc9c"
  "/navigation/140f6969d5213fd0ece03148e62e461e"
  "/navigation/36660e59856b4de58a219bcf4e27eba3"
  "/navigation/e96ed478dab8595a7dbda4cbcbee168f"
  "/navigation/f340f1b1f65b6df5b5e3f94d95b11daf"
  "/navigation/d1fe173d08e959397adf34b1d77e88d7"
  "/navigation/43ec517d68b6edd3015b3edc9a11367b"
  "/navigation/9778d5d219c5080b9a6a17bef029331c"
  "/navigation/c7e1249ffc03eb9ded908c236bd1996d"
  "/navigation/fe9fc289c3ff0af142b6d3bead98a923"
  "/navigation/26657d5ff9020d2abefe558796b99584"
  "/navigation/82cec96096d4281b7c95cd7e74623496"
  "/navigation/d1f491a404d6854880943e5c3cd9ca25"
  "/navigation/819f46e52c25763a55cc642422644317"
  "/navigation/13fe9d84310e77f13a6d184dbf1232f3"
  "/navigation/eddea82ad2755b24c4e168c5fc2ebd40"
  "/navigation/cb70ab375662576bd1ac5aaf16b3fca4"
  "/navigation/1d7f7abc18fcb43975065399b0d1e48e"
  "/navigation/e4a6222cdb5b34375400904f03d8e6a5"
  "/navigation/37bc2f75bf1bcfe8450a1a41c200364c"
  "/navigation/496e05e1aea0a9c4655800e8a7b9ea28"
  "/navigation/6faa8040da20ef399b63a72d0e4ab575"
  "/navigation/816b112c6105b3ebd537828a39af4818"
  "/navigation/b83aac23b9528732c23cc7352950e880"
  "/navigation/d947bf06a885db0d477d707121934ff8"
  "/navigation/63923f49e5241343aa7acb6a06a751e7"
  "/navigation/0f49c89d1e7298bb9930789c8ed59d48"
  "/navigation/16a5cdae362b8d27a1d8f8c7b78b4330"
  "/navigation/5a4b25aaed25c2ee1b74de72dc03c14e"
  "/navigation/d395771085aab05244a4fb8fd91bf4ee"
  "/navigation/839ab46820b524afda05122893c2fe8e"
  "/navigation/1700002963a49da13542e0726b7bb758"
  "/navigation/49182f81e6a13cf5eaa496d51fea6406"
  "/navigation/a01a0380ca3c61428c26a231f0e49a09"
  "/navigation/18d8042386b79e2c279fd162df0205c8"
  "/navigation/69cb3ea317a32c4e6143e665fdb20b14"
  "/cbax/manufacturer/index"
  "/cbax/manufacturer/detail/4bbd9c23e810a10a299357ea4c2b94ff"
  "/cbax/manufacturer/detail/a8898d3439db66e2a670294067edefbf"
  "/cbax/manufacturer/detail/44bdcee382a044c24ba7477b33b1621b"
  "/cbax/manufacturer/detail/857ea8aa2763de1c32f6adc4d3b7e8b5"
  "/cbax/manufacturer/detail/a3e53a1877ed03bee5dadbea956b00fe"
  "/cbax/manufacturer/detail/71b82474e68e1a402330979a9936fd81"
  "/cbax/manufacturer/detail/abf9cd412ca678eaeb0c223c5106c6ab"
  "/cbax/manufacturer/detail/cf8a3f59abe95022116f5a666c8367ff"
  "/cbax/manufacturer/detail/f78833b45c46f32d5922a036b06062a0"
  "/cbax/manufacturer/detail/ebe4ac2125061050ea6f4f61d0ffc1dd"
  "/cbax/manufacturer/detail/2748595b0787cd229ed52976936ecc53"
  "/cbax/manufacturer/detail/9914b4a164534b7cd5a9385ea36bb0f9"
  "/cbax/manufacturer/detail/3b24adb00570f5613cc8706ee397b0c0"
  "/cbax/manufacturer/detail/8f6cb82673d87e7fa4117b9e71dadb59"
  "/cbax/manufacturer/detail/a294c80c3eede5f14c96e97536ef080e"
  "/cbax/manufacturer/detail/22f0d1db8a4bffe1caa4516d391588a5"
  "/cbax/manufacturer/detail/e87b2ad973028e550ad31b7a41d32df1"
  "/cbax/manufacturer/detail/88f60185502437d61b64caa4c8e052c0"
  "/cbax/manufacturer/detail/ddd93cb9c04e8558c0a4db7bc548ed4c"
  "/cbax/manufacturer/detail/0b7224ffb0e76b602812e27899c6df7f"
  "/cbax/manufacturer/detail/859ff07af35d40a4e936ad335d62bcb2"
  "/cbax/manufacturer/detail/5f5166c1f13757c72e0ab605ca43a070"
  "/cbax/manufacturer/detail/c4ca4238a0b923820dcc509a6f75849b"
  "/cbax/manufacturer/detail/c2f80bd113a8829ee96eb7457c64493b"
  "/cbax/manufacturer/detail/4aa47fce25c574893331b435fdddecd7"
  "/cbax/manufacturer/detail/756b3e2aeff691b7d674da6295299518"
  "/cbax/manufacturer/detail/02715b264be6320d09a0fa2a841e6551"
  "/cbax/manufacturer/detail/45c48cce2e2d7fbdea1afc51c7c6ad26"
  "/cbax/manufacturer/detail/56ebfbd98f92f90704f38a00be40420e"
  "/cbax/manufacturer/detail/144af2b96a34ff42b4783635fbe26369"
  "/cbax/manufacturer/detail/11fa3016cef67b32c3a69aa831929cca"
  "/cbax/manufacturer/detail/686a08d1969df147813ea618cbce76be"
  "/cbax/manufacturer/detail/15d5d6d420efdde1bf3a51eec69c974a"
  "/cbax/manufacturer/detail/0c45a901430e2d554f533a36de52b4ca"
  "/cbax/manufacturer/detail/113a80259eea2dabecb4f1d35f5aafb8"
  "/cbax/manufacturer/detail/32b8d83f411ecf0d3620850dd1d444aa"
  "/cbax/manufacturer/detail/c8d534d430a7c414b0599364bed8ed51"
  "/cbax/manufacturer/detail/eee7e1e68fc8e5e01c923895e1570acf"
  "/cbax/manufacturer/detail/a2f2f560e8199f2135f220c01af8744a"
  "/cbax/manufacturer/detail/6fd4696a4458819a4125314dba9dcad2"
  "/navigation/76d6a1a64bf74ee4a9a5c7a9ea81ff74"
  "/navigation/6ac18b0184b3472081d23c6cd0d3be6c"
  "/navigation/b5cd3fd52922492086dd9e6ecd2bdd08"
  "/navigation/376550aa4fad477d83174e95f685ad1f"
  "/navigation/cdbbb71db836462f817b5d5a17b396e9"
  "/navigation/6fa6434adc0e4725bf4dc803abea1d07"
  "/navigation/0e99b11ddff84bb5a3c3f03ba80c4652"
  "/navigation/481dcdf7f3a54443987980964e9a1ca3"
  "/navigation/1aa59333e7a04ba2ba93897cc60f8554"
  "/navigation/32179757e8974da692a79af3f6b969f5"
  "/landingPage/018a4565d4d7781396db135e242125ff"
  "/navigation/2f500e3e758341aa9b9d7595d40828fd"
  "/navigation/6ffaa09bc4534c6cb5761cbd54e16519"
  "/navigation/514eeeca73964ea2a6a289046ec7b626"
  "/navigation/b70da7099682416db74698c21feb6794"
  "/navigation/f9cb4618268d4a76b8085a5ea63ada80"
  "/navigation/f3da3ade5d2a4072b3ff8ebf04258029"
  "/detail/100c55362f8a27ddde92fea4373f1bb0"
  "/detail/ace3613e3601881b59e0d2db79c7ec74"
  "/detail/4f75f2761de061b45e40dc7d256dcf1e"
  "/detail/c79929a816d12d378a5a393e68e76a63"
  "/detail/eff6573481660a69ab759484453e2311"
  "/detail/023b1a3b121578fdfeb10f30d42b9aee"
  "/detail/0ffc5ccc97b0886c5b2f0e10d83295be"
  "/detail/e4c6aa3df0859bf039e9ef3ae9d0270c"
  "/detail/8fba5f564a3317ce65b554598e383158"
  "/detail/eccf30bea397ed9f30086babaf07a830"
  "/detail/053332729b63dfd21a8943628607e84b"
  "/detail/914ba5c3ff73b36eee0a6430b4527342"
  "/navigation/018a685be96f7db891bcc2c1b5624790"
  "/navigation/018a685c4d6a727eb8c8b0607c5fdc34"
  "/navigation/018a685d6f887ddd96b1fc32f074fc45"
  "/navigation/018a685dd5117b59a78e507c94b046c3"
  "/navigation/174e6ad734ab403abbccba761868f03a"
  "/navigation/7698c7806a2b4c93b4beac1cccc5431e"
  "/navigation/6e355d018d19491a92c3c7628185932c"
  "/navigation/d2375b3fb5ed4247a58ddcc97aad1a44"
  "/navigation/3df26b12819d4725995e5a930a2de526"
  "/navigation/bc41d588c9f54f70b76cd1a6d52023b6"
  "/navigation/6e5293e04f2f414cb4ec33c894df6948"
  "/navigation/434b6b89aaef4df9a574c26253117bfd"
  "/navigation/3fde9c65ad334285a4783d0c642c5cba"
  "/navigation/4b3cc5d817784bde9846b23b574406a2"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰R&g\x0Er¤¡_7\x1AÜâ—­"
]
92 0.50 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"""
    \x01‰NÒÃùrXƒý>,˜\n
    Úª
    """
  b"\x01ëNÊ├■r>×~gÉ╗b¡┴"
  b"\x01‰NÒÆ1psŠÁû\x06âù£Ï"
  b"\x01‰NÒÄ\vsç¢y%ý±g\x01«"
  b"\x01‹)\x15Ü\x11uošã3\x1D‹#½å"
  b"\x01‹4Lˆ0q¼€£P›Ä\x041@"
  b"\x01‹4MV1|B¿D»s6—2D"
  b"\x01‹4O[ }š˜¸l[ÇÑA\n"
  b"\x01‹4P\x0E…zã«\x1CÿÏ\x15”×{"
  b"\x01‹8ܱ9rm§çö/¯ñ`ú"
  b"\x01‹8áNw~8š8ŒÙ\x17\@Ì"
  b"\x01‹®\x1Di¼u±ª‚\x03\x16«â\x11ò"
  b"\x01‹×?\t×pU•ºÿ,Œù"\x03"
  b"\x01Œ\x15¸Þœp•™ßvŒ¶¢$¾"
  b"\x01î\x19¨ê¬|±║Åöc╦9\x04è"
  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.